#384bfb

Color #384BFB Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #384BFB

Tints of Neon Blue #384BFB

Color information

#384BFB (or 0x384BFB) is unknown color: approx Neon Blue. HEX triplet: 38, 4B and FB. RGB value is (56,75,251). Sum of RGB (Red+Green+Blue) = 56+75+251=382 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.66% from 382); Green value is 75 (29.69% from 255 or 19.63% from 382); Blue value is 251 (98.44% from 255 or 65.71% from 382); Max value from RGB is 251 - color contains mainly: blue. Hex color #384BFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #384BFB is #C7B404. Grayscale: #585858. Windows color (decimal): -13087749 or 16468792. OLE color: 16468792.

HSL color Cylindrical-coordinate representation of color #384BFB: hue angle of 234.15º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #384BFB is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB5675251-
CMYK0.780.7000.02
HSL234.15º96.06%60.2%-
HSV(B)234.15º77.69%98.43%-
XYZ21.5612.8492.61-
YUV89.38219.21104.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 14.66%
GREEN value IS 75 (29.69% from 255) = 19.63%
BLUE value IS 251 (98.44% from 255) = 65.71%
R=14.66%
G=19.63%
B=65.71%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal56752510.780.7000.02234.1596.0660.2
Hex384BFB4E4602ea603c
Octal701133731161060235214074
Binary11100010010111111101110011101000110010111010101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384bfb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384bfb; }

 p { color: rgb(56,75,251); }

 H1.HeaderClassName
 {
   color: #384bfb;
 }
 .AnyTagClassName
 {
   color: #384bfb;
 }
</style>
background-color css

<style>
 a { background-color: #384bfb; }

 a { background-color: rgb(56,75,251); }

 div.DivClassName
 {
   background-color: #384bfb;
 }
 .BgClassName
 {
   background-color: #384bfb;
 }
</style>
border-color css

<style>
 span { border-color: #384bfb; }

 span { border-color: rgb(56,75,251); }

 td.TdClassName
 {
   border-color: #384bfb;
 }
 .TagClassName
 {
   border-color: #384bfb;
 }
</style>