Html Css Color HEX #394CF8 Neon Blue

📋 copy color: '#394CF8'

red 57 ◦ green 76 ◦ blue 248

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

Shades of Neon Blue #394CF8

Tints of Neon Blue #394CF8

RGB

 RED value IS 57 (22.66% from 255) = 14.96%

 GREEN value IS 76 (30.08% from 255) = 19.95%

 BLUE value IS 248 (97.27% from 255) = 65.09%

R = 14.96%
G = 19.95%
B = 65.09%

CMYK

 C value IS 0.77

 M value IS 0.69

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#394CF8 (or 0x394CF8) is known color: Neon Blue. HEX triplet: 39, 4C and F8. RGB value is (57,76,248). Sum of RGB (Red+Green+Blue) = 57+76+248=381 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.96% from 381); Green value is 76 (30.08% from 255 or 19.95% from 381); Blue value is 248 (97.27% from 255 or 65.09% from 381); Max value from RGB is 248 - color contains mainly: blue. Hex color #394CF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #394CF8 is #C6B307. Grayscale: #595959. Windows color (decimal): -13021960 or 16272441. OLE color: 16272441.

HSL color Cylindrical-coordinate representation of color #394CF8: hue angle of 234.03º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #394CF8 is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 57 76 248 -
CMYK 0.77 0.69 0 0.03
HSL 234.03º 0.93% 0.6% -
HSV(B) 234.03º 0.77% 0.97% -
XYZ 21.22 12.82 90.16 -
YUV 89.93 217.21 104.51 -
System Red Green Blue C M Y K H S L
Decimal 57 76 248 0.77 0.69 0 0.03 234.03 0.93 0.6
Hex 39 4C F8 4D 45 0 3 EA 5D 3C
Octal 71 114 370 115 105 0 3 352 135 74
Binary 111001 1001100 11111000 1001101 1000101 0 11 11101010 1011101 111100

Color Harmonies of #394CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394CF8

Black with #394CF8

Text Example


Text Example

White with #394CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394CF8; }

 p { color: rgb(57,76,248); }

 H1.HeaderClassName
 {
   color: #394CF8;
 }
 .AnyTagClassName
 {
   color: #394CF8;
 }
</style>

background-color css

<style>
 a { background-color: #394CF8; }

 a { background-color: rgb(57,76,248); }

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

border-color css

<style>
 span { border-color: #394CF8; }

 span { border-color: rgb(57,76,248); }

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