Shades of Neon Blue #2240ED
Tints of Neon Blue #2240ED
RGB
CMYK
RGB Variations
Color information
#2240ED (or 0x2240ED) is known color: Neon Blue. HEX triplet: 22, 40 and ED. RGB value is (34,64,237). Sum of RGB (Red+Green+Blue) = 34+64+237=335 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.15% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 237 (92.97% from 255 or 70.75% from 335); Max value from RGB is 237 - color contains mainly: blue. Hex color #2240ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2240ED is #DDBF12. Grayscale: #4A4A4A. Windows color (decimal): -14532371 or 15548450. OLE color: 15548450.
HSL color Cylindrical-coordinate representation of color #2240ED: hue angle of 231.13º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2240ED is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 64 | 237 | - |
| CMYK | 0.86 | 0.73 | 0 | 0.07 |
| HSL | 231.13º | 0.85% | 0.53% | - |
| HSV(B) | 231.13º | 0.86% | 0.93% | - |
| XYZ | 17.78 | 10.12 | 81.14 | - |
| YUV | 74.75 | 219.56 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 64 | 237 | 0.86 | 0.73 | 0 | 0.07 | 231.13 | 0.85 | 0.53 |
| Hex | 22 | 40 | ED | 56 | 49 | 0 | 7 | E7 | 55 | 35 |
| Octal | 42 | 100 | 355 | 126 | 111 | 0 | 7 | 347 | 125 | 65 |
| Binary | 100010 | 1000000 | 11101101 | 1010110 | 1001001 | 0 | 111 | 11100111 | 1010101 | 110101 |
Color Harmonies of #2240ED
Complementary color
Monochromatic Colors of #2240ED
Black with #2240ED
Text Example
Text Example
White with #2240ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2240ED; }
p { color: rgb(34,64,237); }
H1.HeaderClassName
{
color: #2240ED;
}
.AnyTagClassName
{
color: #2240ED;
}
</style>
background-color css
<style>
a { background-color: #2240ED; }
a { background-color: rgb(34,64,237); }
div.DivClassName
{
background-color: #2240ED;
}
.BgClassName
{
background-color: #2240ED;
}
</style>
border-color css
<style>
span { border-color: #2240ED; }
span { border-color: rgb(34,64,237); }
td.TdClassName
{
border-color: #2240ED;
}
.TagClassName
{
border-color: #2240ED;
}
</style>