Shades of Neon Blue #4240E9
Tints of Neon Blue #4240E9
RGB
CMYK
RGB Variations
Color information
#4240E9 (or 0x4240E9) is known color: 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
| RGB | 66 | 64 | 233 | - |
| CMYK | 0.72 | 0.73 | 0 | 0.09 |
| HSL | 240.71º | 0.79% | 0.58% | - |
| HSV(B) | 240.71º | 0.73% | 0.91% | - |
| XYZ | 18.79 | 10.71 | 78.17 | - |
| YUV | 83.86 | 212.16 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 64 | 233 | 0.72 | 0.73 | 0 | 0.09 | 240.71 | 0.79 | 0.58 |
| Hex | 42 | 40 | E9 | 48 | 49 | 0 | 9 | F1 | 4F | 3A |
| Octal | 102 | 100 | 351 | 110 | 111 | 0 | 11 | 361 | 117 | 72 |
| Binary | 1000010 | 1000000 | 11101001 | 1001000 | 1001001 | 0 | 1001 | 11110001 | 1001111 | 111010 |
Color Harmonies of #4240E9
Complementary color
Monochromatic Colors of #4240E9
Black with #4240E9
Text Example
Text Example
White with #4240E9
Text Example
Text Example
HTML Codes & Css Web 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>