Html Css Color HEX #385AFC Neon Blue

📋 copy color: '#385AFC'

red 56 ◦ green 90 ◦ blue 252

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

Shades of Neon Blue #385AFC

Tints of Neon Blue #385AFC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.61%

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

R = 14.07%
G = 22.61%
B = 63.32%

CMYK

 C value IS 0.78

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#385AFC (or 0x385AFC) is known color: Neon Blue. HEX triplet: 38, 5A and FC. RGB value is (56,90,252). Sum of RGB (Red+Green+Blue) = 56+90+252=398 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.07% from 398); Green value is 90 (35.55% from 255 or 22.61% from 398); Blue value is 252 (98.83% from 255 or 63.32% from 398); Max value from RGB is 252 - color contains mainly: blue. Hex color #385AFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #385AFC is #C7A503. Grayscale: #616161. Windows color (decimal): -13083908 or 16538168. OLE color: 16538168.

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

Color convert

RGB 56 90 252 -
CMYK 0.78 0.64 0 0.01
HSL 229.59º 0.97% 0.6% -
HSV(B) 229.59º 0.78% 0.99% -
XYZ 22.86 15.18 93.82 -
YUV 98.3 214.74 97.83 -
System Red Green Blue C M Y K H S L
Decimal 56 90 252 0.78 0.64 0 0.01 229.59 0.97 0.6
Hex 38 5A FC 4E 40 0 1 E6 61 3C
Octal 70 132 374 116 100 0 1 346 141 74
Binary 111000 1011010 11111100 1001110 1000000 0 1 11100110 1100001 111100

Color Harmonies of #385AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385AFC

Black with #385AFC

Text Example


Text Example

White with #385AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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