Html Css Color HEX #394CFC Neon Blue

📋 copy color: '#394CFC'

red 57 ◦ green 76 ◦ blue 252

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

Shades of Neon Blue #394CFC

Tints of Neon Blue #394CFC

RGB

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

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

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

R = 14.81%
G = 19.74%
B = 65.45%

CMYK

 C value IS 0.77

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#394CFC (or 0x394CFC) is known color: Neon Blue. HEX triplet: 39, 4C and FC. RGB value is (57,76,252). Sum of RGB (Red+Green+Blue) = 57+76+252=385 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.81% from 385); Green value is 76 (30.08% from 255 or 19.74% from 385); Blue value is 252 (98.83% from 255 or 65.45% from 385); Max value from RGB is 252 - color contains mainly: blue. Hex color #394CFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #394CFC is #C6B303. Grayscale: #595959. Windows color (decimal): -13021956 or 16534585. OLE color: 16534585.

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

Color convert

RGB 57 76 252 -
CMYK 0.77 0.70 0 0.01
HSL 234.15º 0.97% 0.61% -
HSV(B) 234.15º 0.77% 0.99% -
XYZ 21.84 13.07 93.47 -
YUV 90.38 219.21 104.19 -
System Red Green Blue C M Y K H S L
Decimal 57 76 252 0.77 0.70 0 0.01 234.15 0.97 0.61
Hex 39 4C FC 4D 46 0 1 EA 61 3D
Octal 71 114 374 115 106 0 1 352 141 75
Binary 111001 1001100 11111100 1001101 1000110 0 1 11101010 1100001 111101

Color Harmonies of #394CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394CFC

Black with #394CFC

Text Example


Text Example

White with #394CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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