#4240E9

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

Shades of Neon Blue #4240E9

Tints of Neon Blue #4240E9

Color information

#4240E9 (or 0x4240E9) is unknown color: approx Neon Blue. HEX triplet: 42, 40 and E9. RGB value is (66,64,233). Sum of RGB (Red+Green+Blue) = 66+64+233=363 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.18% from 363); Green value is 64 (25.39% from 255 or 17.63% from 363); Blue value is 233 (91.41% from 255 or 64.19% from 363); Max value from RGB is 233 - color contains mainly: blue. Hex color #4240E9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4240E9 is #BDBF16. Grayscale: #535353. Windows color (decimal): -12435223 or 15286338. OLE color: 15286338.

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

Color convert

RGB6664233-
CMYK0.720.7300.09
HSL240.71º79.34%58.24%-
HSV(B)240.71º72.53%91.37%-
XYZ18.7910.7178.17-
YUV83.86212.16115.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.18%
GREEN value IS 64 (25.39% from 255) = 17.63%
BLUE value IS 233 (91.41% from 255) = 64.19%
R=18.18%
G=17.63%
B=64.19%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal66642330.720.7300.09240.7179.3458.24
Hex4240E9484909f14f3a
Octal10210035111011101136111772
Binary10000101000000111010011001000100100101001111100011001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4240E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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