#4043E9

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

Shades of Neon Blue #4043E9

Tints of Neon Blue #4043E9

Color information

#4043E9 (or 0x4043E9) is unknown color: approx Neon Blue. HEX triplet: 40, 43 and E9. RGB value is (64,67,233). Sum of RGB (Red+Green+Blue) = 64+67+233=364 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.58% from 364); Green value is 67 (26.56% from 255 or 18.41% from 364); Blue value is 233 (91.41% from 255 or 64.01% from 364); Max value from RGB is 233 - color contains mainly: blue. Hex color #4043E9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4043E9 is #BFBC16. Grayscale: #545454. Windows color (decimal): -12565527 or 15287104. OLE color: 15287104.

HSL color Cylindrical-coordinate representation of color #4043E9: hue angle of 238.93º 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 #4043E9 is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB6467233-
CMYK0.730.7100.09
HSL238.93º79.34%58.24%-
HSV(B)238.93º72.53%91.37%-
XYZ18.8310.9978.22-
YUV85.03211.51113-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.58%
GREEN value IS 67 (26.56% from 255) = 18.41%
BLUE value IS 233 (91.41% from 255) = 64.01%
R=17.58%
G=18.41%
B=64.01%

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
Decimal64672330.730.7100.09238.9379.3458.24
Hex4043E9494709ef4f3a
Octal10010335111110701135711772
Binary10000001000011111010011001001100011101001111011111001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4043E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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