Html Css Color HEX #385CFB Neon Blue

📋 copy color: '#385CFB'

red 56 ◦ green 92 ◦ blue 251

#385CFB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #385CFB

Tints of Neon Blue #385CFB

RGB

 RED value IS 56 (22.27% from 255) = 14.04%

 GREEN value IS 92 (36.33% from 255) = 23.06%

 BLUE value IS 251 (98.44% from 255) = 62.91%

R = 14.04%
G = 23.06%
B = 62.91%

CMYK

 C value IS 0.78

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#385CFB (or 0x385CFB) is known color: Neon Blue. HEX triplet: 38, 5C and FB. RGB value is (56,92,251). Sum of RGB (Red+Green+Blue) = 56+92+251=399 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.04% from 399); Green value is 92 (36.33% from 255 or 23.06% from 399); Blue value is 251 (98.44% from 255 or 62.91% from 399); Max value from RGB is 251 - color contains mainly: blue. Hex color #385CFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #385CFB is #C7A304. Grayscale: #626262. Windows color (decimal): -13083397 or 16473144. OLE color: 16473144.

HSL color Cylindrical-coordinate representation of color #385CFB: hue angle of 228.92º 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 #385CFB is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 56 92 251 -
CMYK 0.78 0.63 0 0.02
HSL 228.92º 0.96% 0.6% -
HSV(B) 228.92º 0.78% 0.98% -
XYZ 22.87 15.46 93.05 -
YUV 99.36 213.57 97.07 -
System Red Green Blue C M Y K H S L
Decimal 56 92 251 0.78 0.63 0 0.02 228.92 0.96 0.6
Hex 38 5C FB 4E 3F 0 2 E5 60 3C
Octal 70 134 373 116 77 0 2 345 140 74
Binary 111000 1011100 11111011 1001110 111111 0 10 11100101 1100000 111100

Color Harmonies of #385CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385CFB

Black with #385CFB

Text Example


Text Example

White with #385CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385CFB; }

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

 H1.HeaderClassName
 {
   color: #385CFB;
 }
 .AnyTagClassName
 {
   color: #385CFB;
 }
</style>

background-color css

<style>
 a { background-color: #385CFB; }

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

 div.DivClassName
 {
   background-color: #385CFB;
 }
 .BgClassName
 {
   background-color: #385CFB;
 }
</style>

border-color css

<style>
 span { border-color: #385CFB; }

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

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