#404EF9

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

Shades of Neon Blue #404EF9

Tints of Neon Blue #404EF9

Color information

#404EF9 (or 0x404EF9) is unknown color: approx Neon Blue. HEX triplet: 40, 4E and F9. RGB value is (64,78,249). Sum of RGB (Red+Green+Blue) = 64+78+249=391 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.37% from 391); Green value is 78 (30.86% from 255 or 19.95% from 391); Blue value is 249 (97.66% from 255 or 63.68% from 391); Max value from RGB is 249 - color contains mainly: blue. Hex color #404EF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #404EF9 is #BFB106. Grayscale: #5C5C5C. Windows color (decimal): -12562695 or 16338496. OLE color: 16338496.

HSL color Cylindrical-coordinate representation of color #404EF9: hue angle of 235.46º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #404EF9 is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB6478249-
CMYK0.740.6900.02
HSL235.46º93.91%61.37%-
HSV(B)235.46º74.3%97.65%-
XYZ21.9413.3891.05-
YUV93.31215.86107.1-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.37%
GREEN value IS 78 (30.86% from 255) = 19.95%
BLUE value IS 249 (97.66% from 255) = 63.68%
R=16.37%
G=19.95%
B=63.68%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal64782490.740.6900.02235.4693.9161.37
Hex404EF94A4502eb5e3d
Octal1001163711121050235313675
Binary100000010011101111100110010101000101010111010111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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