Shades of Neon Blue #2444EE
Tints of Neon Blue #2444EE
RGB
CMYK
RGB Variations
Color information
#2444EE (or 0x2444EE) is known color: Neon Blue. HEX triplet: 24, 44 and EE. RGB value is (36,68,238). Sum of RGB (Red+Green+Blue) = 36+68+238=342 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.53% from 342); Green value is 68 (26.95% from 255 or 19.88% from 342); Blue value is 238 (93.36% from 255 or 69.59% from 342); Max value from RGB is 238 - color contains mainly: blue. Hex color #2444EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2444EE is #DBBB11. Grayscale: #4D4D4D. Windows color (decimal): -14400274 or 15615012. OLE color: 15615012.
HSL color Cylindrical-coordinate representation of color #2444EE: hue angle of 230.5º 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 #2444EE is Cyan = 0.85, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 68 | 238 | - |
| CMYK | 0.85 | 0.71 | 0 | 0.07 |
| HSL | 230.5º | 0.86% | 0.54% | - |
| HSV(B) | 230.5º | 0.85% | 0.93% | - |
| XYZ | 18.23 | 10.68 | 81.99 | - |
| YUV | 77.81 | 218.4 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 68 | 238 | 0.85 | 0.71 | 0 | 0.07 | 230.5 | 0.86 | 0.54 |
| Hex | 24 | 44 | EE | 55 | 47 | 0 | 7 | E6 | 56 | 36 |
| Octal | 44 | 104 | 356 | 125 | 107 | 0 | 7 | 346 | 126 | 66 |
| Binary | 100100 | 1000100 | 11101110 | 1010101 | 1000111 | 0 | 111 | 11100110 | 1010110 | 110110 |
Color Harmonies of #2444EE
Complementary color
Monochromatic Colors of #2444EE
Black with #2444EE
Text Example
Text Example
White with #2444EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2444EE; }
p { color: rgb(36,68,238); }
H1.HeaderClassName
{
color: #2444EE;
}
.AnyTagClassName
{
color: #2444EE;
}
</style>
background-color css
<style>
a { background-color: #2444EE; }
a { background-color: rgb(36,68,238); }
div.DivClassName
{
background-color: #2444EE;
}
.BgClassName
{
background-color: #2444EE;
}
</style>
border-color css
<style>
span { border-color: #2444EE; }
span { border-color: rgb(36,68,238); }
td.TdClassName
{
border-color: #2444EE;
}
.TagClassName
{
border-color: #2444EE;
}
</style>