#404EF4

Color #404EF4 Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #404EF4

Tints of Neon Blue #404EF4

Color information

#404EF4 (or 0x404EF4) is unknown color: approx Neon Blue. HEX triplet: 40, 4E and F4. RGB value is (64,78,244). Sum of RGB (Red+Green+Blue) = 64+78+244=386 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.58% from 386); Green value is 78 (30.86% from 255 or 20.21% from 386); Blue value is 244 (95.70% from 255 or 63.21% from 386); Max value from RGB is 244 - color contains mainly: blue. Hex color #404EF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #404EF4 is #BFB10B. Grayscale: #5C5C5C. Windows color (decimal): -12562700 or 16010816. OLE color: 16010816.

HSL color Cylindrical-coordinate representation of color #404EF4: hue angle of 235.33º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #404EF4 is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB6478244-
CMYK0.740.6800.04
HSL235.33º89.11%60.39%-
HSV(B)235.33º73.77%95.69%-
XYZ21.1713.0787-
YUV92.74213.36107.5-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.58%
GREEN value IS 78 (30.86% from 255) = 20.21%
BLUE value IS 244 (95.70% from 255) = 63.21%
R=16.58%
G=20.21%
B=63.21%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal64782440.740.6800.04235.3389.1160.39
Hex404EF44A4404eb593c
Octal1001163641121040435313174
Binary1000000100111011110100100101010001000100111010111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404EF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #404EF4;
 }
 .AnyTagClassName
 {
   color: #404EF4;
 }
</style>
background-color css

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

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

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

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

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

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