#404FEA

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

Shades of Neon Blue #404FEA

Tints of Neon Blue #404FEA

Color information

#404FEA (or 0x404FEA) is unknown color: approx Neon Blue. HEX triplet: 40, 4F and EA. RGB value is (64,79,234). Sum of RGB (Red+Green+Blue) = 64+79+234=377 (49% of max value = 765). Red value is 64 (25.39% from 255 or 16.98% from 377); Green value is 79 (31.25% from 255 or 20.95% from 377); Blue value is 234 (91.80% from 255 or 62.07% from 377); Max value from RGB is 234 - color contains mainly: blue. Hex color #404FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #404FEA is #BFB015. Grayscale: #5B5B5B. Windows color (decimal): -12562454 or 15355712. OLE color: 15355712.

HSL color Cylindrical-coordinate representation of color #404FEA: hue angle of 234.71º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #404FEA is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB6479234-
CMYK0.730.6600.08
HSL234.71º80.19%58.43%-
HSV(B)234.71º72.65%91.76%-
XYZ19.7612.6279.24-
YUV92.18208.03107.9-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.98%
GREEN value IS 79 (31.25% from 255) = 20.95%
BLUE value IS 234 (91.80% from 255) = 62.07%
R=16.98%
G=20.95%
B=62.07%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal64792340.730.6600.08234.7180.1958.43
Hex404FEA494208eb503a
Octal10011735211110201035312072
Binary10000001001111111010101001001100001001000111010111010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,79,234); }

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

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

 a { background-color: rgb(64,79,234); }

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

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

 span { border-color: rgb(64,79,234); }

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