Html Css Color HEX #385CFE Neon Blue

📋 copy color: '#385CFE'

red 56 ◦ green 92 ◦ blue 254

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

Shades of Neon Blue #385CFE

Tints of Neon Blue #385CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 63.18%

R = 13.93%
G = 22.89%
B = 63.18%

CMYK

 C value IS 0.78

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#385CFE (or 0x385CFE) is known color: Neon Blue. HEX triplet: 38, 5C and FE. RGB value is (56,92,254). Sum of RGB (Red+Green+Blue) = 56+92+254=402 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.93% from 402); Green value is 92 (36.33% from 255 or 22.89% from 402); Blue value is 254 (99.61% from 255 or 63.18% from 402); Max value from RGB is 254 - color contains mainly: blue. Hex color #385CFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #385CFE is #C7A301. Grayscale: #636363. Windows color (decimal): -13083394 or 16669752. OLE color: 16669752.

HSL color Cylindrical-coordinate representation of color #385CFE: hue angle of 229.09º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #385CFE is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 56 92 254 -
CMYK 0.78 0.64 0 0.00
HSL 229.09º 0.99% 0.61% -
HSV(B) 229.09º 0.78% 1% -
XYZ 23.35 15.65 95.56 -
YUV 99.7 215.07 96.83 -
System Red Green Blue C M Y K H S L
Decimal 56 92 254 0.78 0.64 0 0.00 229.09 0.99 0.61
Hex 38 5C FE 4E 40 0 0 E5 63 3D
Octal 70 134 376 116 100 0 0 345 143 75
Binary 111000 1011100 11111110 1001110 1000000 0 0 11100101 1100011 111101

Color Harmonies of #385CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385CFE

Black with #385CFE

Text Example


Text Example

White with #385CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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