#4044E9

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

Shades of Neon Blue #4044E9

Tints of Neon Blue #4044E9

Color information

#4044E9 (or 0x4044E9) is unknown color: approx Neon Blue. HEX triplet: 40, 44 and E9. RGB value is (64,68,233). Sum of RGB (Red+Green+Blue) = 64+68+233=365 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.53% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 233 (91.41% from 255 or 63.84% from 365); Max value from RGB is 233 - color contains mainly: blue. Hex color #4044E9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4044E9 is #BFBB16. Grayscale: #545454. Windows color (decimal): -12565271 or 15287360. OLE color: 15287360.

HSL color Cylindrical-coordinate representation of color #4044E9: hue angle of 238.58º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4044E9 is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB6468233-
CMYK0.730.7100.09
HSL238.58º79.34%58.24%-
HSV(B)238.58º72.53%91.37%-
XYZ18.8911.1178.24-
YUV85.61211.17112.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.53%
GREEN value IS 68 (26.95% from 255) = 18.63%
BLUE value IS 233 (91.41% from 255) = 63.84%
R=17.53%
G=18.63%
B=63.84%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal64682330.730.7100.09238.5879.3458.24
Hex4044E9494709ef4f3a
Octal10010435111110701135711772
Binary10000001000100111010011001001100011101001111011111001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4044E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4044E9; }

 p { color: rgb(64,68,233); }

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

<style>
 a { background-color: #4044E9; }

 a { background-color: rgb(64,68,233); }

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

<style>
 span { border-color: #4044E9; }

 span { border-color: rgb(64,68,233); }

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