Html Css Color HEX #4047EF Neon Blue

📋 copy color: '#4047EF'

red 64 ◦ green 71 ◦ blue 239

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

Shades of Neon Blue #4047EF

Tints of Neon Blue #4047EF

RGB

 RED value IS 64 (25.39% from 255) = 17.11%

 GREEN value IS 71 (28.13% from 255) = 18.98%

 BLUE value IS 239 (93.75% from 255) = 63.9%

R = 17.11%
G = 18.98%
B = 63.9%

CMYK

 C value IS 0.73

 M value IS 0.70

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4047EF (or 0x4047EF) is known color: Neon Blue. HEX triplet: 40, 47 and EF. RGB value is (64,71,239). Sum of RGB (Red+Green+Blue) = 64+71+239=374 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.11% from 374); Green value is 71 (28.12% from 255 or 18.98% from 374); Blue value is 239 (93.75% from 255 or 63.90% from 374); Max value from RGB is 239 - color contains mainly: blue. Hex color #4047EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4047EF is #BFB810. Grayscale: #575757. Windows color (decimal): -12564497 or 15681344. OLE color: 15681344.

HSL color Cylindrical-coordinate representation of color #4047EF: hue angle of 237.6º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4047EF is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 64 71 239 -
CMYK 0.73 0.70 0 0.06
HSL 237.6º 0.85% 0.59% -
HSV(B) 237.6º 0.73% 0.94% -
XYZ 19.95 11.83 82.89 -
YUV 88.06 213.18 110.84 -
System Red Green Blue C M Y K H S L
Decimal 64 71 239 0.73 0.70 0 0.06 237.6 0.85 0.59
Hex 40 47 EF 49 46 0 6 EE 55 3B
Octal 100 107 357 111 106 0 6 356 125 73
Binary 1000000 1000111 11101111 1001001 1000110 0 110 11101110 1010101 111011

Color Harmonies of #4047EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4047EF

Black with #4047EF

Text Example


Text Example

White with #4047EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4047EF; }

 p { color: rgb(64,71,239); }

 H1.HeaderClassName
 {
   color: #4047EF;
 }
 .AnyTagClassName
 {
   color: #4047EF;
 }
</style>

background-color css

<style>
 a { background-color: #4047EF; }

 a { background-color: rgb(64,71,239); }

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

border-color css

<style>
 span { border-color: #4047EF; }

 span { border-color: rgb(64,71,239); }

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