Shades of Neon Blue #2440EE
Tints of Neon Blue #2440EE
RGB
CMYK
RGB Variations
Color information
#2440EE (or 0x2440EE) is known color: Neon Blue. HEX triplet: 24, 40 and EE. RGB value is (36,64,238). Sum of RGB (Red+Green+Blue) = 36+64+238=338 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.65% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 238 (93.36% from 255 or 70.41% from 338); Max value from RGB is 238 - color contains mainly: blue. Hex color #2440EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2440EE is #DBBF11. Grayscale: #4A4A4A. Windows color (decimal): -14401298 or 15613988. OLE color: 15613988.
HSL color Cylindrical-coordinate representation of color #2440EE: hue angle of 231.68º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2440EE is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 64 | 238 | - |
| CMYK | 0.85 | 0.73 | 0 | 0.07 |
| HSL | 231.68º | 0.86% | 0.54% | - |
| HSV(B) | 231.68º | 0.85% | 0.93% | - |
| XYZ | 17.99 | 10.21 | 81.91 | - |
| YUV | 75.46 | 219.72 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 64 | 238 | 0.85 | 0.73 | 0 | 0.07 | 231.68 | 0.86 | 0.54 |
| Hex | 24 | 40 | EE | 55 | 49 | 0 | 7 | E8 | 56 | 36 |
| Octal | 44 | 100 | 356 | 125 | 111 | 0 | 7 | 350 | 126 | 66 |
| Binary | 100100 | 1000000 | 11101110 | 1010101 | 1001001 | 0 | 111 | 11101000 | 1010110 | 110110 |
Color Harmonies of #2440EE
Complementary color
Monochromatic Colors of #2440EE
Black with #2440EE
Text Example
Text Example
White with #2440EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2440EE; }
p { color: rgb(36,64,238); }
H1.HeaderClassName
{
color: #2440EE;
}
.AnyTagClassName
{
color: #2440EE;
}
</style>
background-color css
<style>
a { background-color: #2440EE; }
a { background-color: rgb(36,64,238); }
div.DivClassName
{
background-color: #2440EE;
}
.BgClassName
{
background-color: #2440EE;
}
</style>
border-color css
<style>
span { border-color: #2440EE; }
span { border-color: rgb(36,64,238); }
td.TdClassName
{
border-color: #2440EE;
}
.TagClassName
{
border-color: #2440EE;
}
</style>