Shades of Neon Blue #2442EF
Tints of Neon Blue #2442EF
RGB
CMYK
RGB Variations
Color information
#2442EF (or 0x2442EF) is known color: Neon Blue. HEX triplet: 24, 42 and EF. RGB value is (36,66,239). Sum of RGB (Red+Green+Blue) = 36+66+239=341 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.56% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 239 (93.75% from 255 or 70.09% from 341); Max value from RGB is 239 - color contains mainly: blue. Hex color #2442EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2442EF is #DBBD10. Grayscale: #4C4C4C. Windows color (decimal): -14400785 or 15680036. OLE color: 15680036.
HSL color Cylindrical-coordinate representation of color #2442EF: hue angle of 231.13º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2442EF is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 36 | 66 | 239 | - |
| CMYK | 0.85 | 0.72 | 0 | 0.06 |
| HSL | 231.13º | 0.86% | 0.54% | - |
| HSV(B) | 231.13º | 0.85% | 0.94% | - |
| XYZ | 18.26 | 10.5 | 82.73 | - |
| YUV | 76.75 | 219.56 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 66 | 239 | 0.85 | 0.72 | 0 | 0.06 | 231.13 | 0.86 | 0.54 |
| Hex | 24 | 42 | EF | 55 | 48 | 0 | 6 | E7 | 56 | 36 |
| Octal | 44 | 102 | 357 | 125 | 110 | 0 | 6 | 347 | 126 | 66 |
| Binary | 100100 | 1000010 | 11101111 | 1010101 | 1001000 | 0 | 110 | 11100111 | 1010110 | 110110 |
Color Harmonies of #2442EF
Complementary color
Monochromatic Colors of #2442EF
Black with #2442EF
Text Example
Text Example
White with #2442EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2442EF; }
p { color: rgb(36,66,239); }
H1.HeaderClassName
{
color: #2442EF;
}
.AnyTagClassName
{
color: #2442EF;
}
</style>
background-color css
<style>
a { background-color: #2442EF; }
a { background-color: rgb(36,66,239); }
div.DivClassName
{
background-color: #2442EF;
}
.BgClassName
{
background-color: #2442EF;
}
</style>
border-color css
<style>
span { border-color: #2442EF; }
span { border-color: rgb(36,66,239); }
td.TdClassName
{
border-color: #2442EF;
}
.TagClassName
{
border-color: #2442EF;
}
</style>