Html Css Color HEX #404EE6 Neon Blue

📋 copy color: '#404EE6'

red 64 ◦ green 78 ◦ blue 230

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

Shades of Neon Blue #404EE6

Tints of Neon Blue #404EE6

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.97%

 BLUE value IS 230 (90.23% from 255) = 61.83%

R = 17.2%
G = 20.97%
B = 61.83%

CMYK

 C value IS 0.72

 M value IS 0.66

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#404EE6 (or 0x404EE6) is known color: Neon Blue. HEX triplet: 40, 4E and E6. RGB value is (64,78,230). Sum of RGB (Red+Green+Blue) = 64+78+230=372 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.20% from 372); Green value is 78 (30.86% from 255 or 20.97% from 372); Blue value is 230 (90.23% from 255 or 61.83% from 372); Max value from RGB is 230 - color contains mainly: blue. Hex color #404EE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #404EE6 is #BFB119. Grayscale: #5A5A5A. Windows color (decimal): -12562714 or 15093312. OLE color: 15093312.

HSL color Cylindrical-coordinate representation of color #404EE6: hue angle of 234.94º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #404EE6 is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 64 78 230 -
CMYK 0.72 0.66 0 0.10
HSL 234.94º 0.77% 0.58% -
HSV(B) 234.94º 0.72% 0.9% -
XYZ 19.12 12.25 76.22 -
YUV 91.14 206.36 108.64 -
System Red Green Blue C M Y K H S L
Decimal 64 78 230 0.72 0.66 0 0.10 234.94 0.77 0.58
Hex 40 4E E6 48 42 0 A EB 4D 3A
Octal 100 116 346 110 102 0 12 353 115 72
Binary 1000000 1001110 11100110 1001000 1000010 0 1010 11101011 1001101 111010

Color Harmonies of #404EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404EE6

Black with #404EE6

Text Example


Text Example

White with #404EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404EE6; }

 p { color: rgb(64,78,230); }

 H1.HeaderClassName
 {
   color: #404EE6;
 }
 .AnyTagClassName
 {
   color: #404EE6;
 }
</style>

background-color css

<style>
 a { background-color: #404EE6; }

 a { background-color: rgb(64,78,230); }

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

border-color css

<style>
 span { border-color: #404EE6; }

 span { border-color: rgb(64,78,230); }

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