Html Css Color HEX #385CFC Neon Blue

📋 copy color: '#385CFC'

red 56 ◦ green 92 ◦ blue 252

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

Shades of Neon Blue #385CFC

Tints of Neon Blue #385CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 63%

R = 14%
G = 23%
B = 63%

CMYK

 C value IS 0.78

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#385CFC (or 0x385CFC) is known color: Neon Blue. HEX triplet: 38, 5C and FC. RGB value is (56,92,252). Sum of RGB (Red+Green+Blue) = 56+92+252=400 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14% from 400); Green value is 92 (36.33% from 255 or 23% from 400); Blue value is 252 (98.83% from 255 or 63% from 400); Max value from RGB is 252 - color contains mainly: blue. Hex color #385CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #385CFC is #C7A303. Grayscale: #626262. Windows color (decimal): -13083396 or 16538680. OLE color: 16538680.

HSL color Cylindrical-coordinate representation of color #385CFC: hue angle of 228.98º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #385CFC is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 56 92 252 -
CMYK 0.78 0.63 0 0.01
HSL 228.98º 0.97% 0.6% -
HSV(B) 228.98º 0.78% 0.99% -
XYZ 23.03 15.52 93.88 -
YUV 99.48 214.07 96.99 -
System Red Green Blue C M Y K H S L
Decimal 56 92 252 0.78 0.63 0 0.01 228.98 0.97 0.6
Hex 38 5C FC 4E 3F 0 1 E5 61 3C
Octal 70 134 374 116 77 0 1 345 141 74
Binary 111000 1011100 11111100 1001110 111111 0 1 11100101 1100001 111100

Color Harmonies of #385CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385CFC

Black with #385CFC

Text Example


Text Example

White with #385CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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