Shades of Neon Blue #2441EE
Tints of Neon Blue #2441EE
RGB
CMYK
RGB Variations
Color information
#2441EE (or 0x2441EE) is known color: Neon Blue. HEX triplet: 24, 41 and EE. RGB value is (36,65,238). Sum of RGB (Red+Green+Blue) = 36+65+238=339 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.62% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 238 (93.36% from 255 or 70.21% from 339); Max value from RGB is 238 - color contains mainly: blue. Hex color #2441EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2441EE is #DBBE11. Grayscale: #4B4B4B. Windows color (decimal): -14401042 or 15614244. OLE color: 15614244.
HSL color Cylindrical-coordinate representation of color #2441EE: hue angle of 231.39º 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 #2441EE is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 65 | 238 | - |
| CMYK | 0.85 | 0.73 | 0 | 0.07 |
| HSL | 231.39º | 0.86% | 0.54% | - |
| HSV(B) | 231.39º | 0.85% | 0.93% | - |
| XYZ | 18.05 | 10.33 | 81.93 | - |
| YUV | 76.05 | 219.39 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 65 | 238 | 0.85 | 0.73 | 0 | 0.07 | 231.39 | 0.86 | 0.54 |
| Hex | 24 | 41 | EE | 55 | 49 | 0 | 7 | E7 | 56 | 36 |
| Octal | 44 | 101 | 356 | 125 | 111 | 0 | 7 | 347 | 126 | 66 |
| Binary | 100100 | 1000001 | 11101110 | 1010101 | 1001001 | 0 | 111 | 11100111 | 1010110 | 110110 |
Color Harmonies of #2441EE
Complementary color
Monochromatic Colors of #2441EE
Black with #2441EE
Text Example
Text Example
White with #2441EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2441EE; }
p { color: rgb(36,65,238); }
H1.HeaderClassName
{
color: #2441EE;
}
.AnyTagClassName
{
color: #2441EE;
}
</style>
background-color css
<style>
a { background-color: #2441EE; }
a { background-color: rgb(36,65,238); }
div.DivClassName
{
background-color: #2441EE;
}
.BgClassName
{
background-color: #2441EE;
}
</style>
border-color css
<style>
span { border-color: #2441EE; }
span { border-color: rgb(36,65,238); }
td.TdClassName
{
border-color: #2441EE;
}
.TagClassName
{
border-color: #2441EE;
}
</style>