Shades of Neon Blue #242CEF
Tints of Neon Blue #242CEF
RGB
CMYK
RGB Variations
Color information
#242CEF (or 0x242CEF) is known color: Neon Blue. HEX triplet: 24, 2C and EF. RGB value is (36,44,239). Sum of RGB (Red+Green+Blue) = 36+44+239=319 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.29% from 319); Green value is 44 (17.58% from 255 or 13.79% from 319); Blue value is 239 (93.75% from 255 or 74.92% from 319); Max value from RGB is 239 - color contains mainly: blue. Hex color #242CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #242CEF is #DBD310. Grayscale: #3F3F3F. Windows color (decimal): -14406417 or 15674404. OLE color: 15674404.
HSL color Cylindrical-coordinate representation of color #242CEF: hue angle of 237.64º 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 #242CEF is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 36 | 44 | 239 | - |
| CMYK | 0.85 | 0.82 | 0 | 0.06 |
| HSL | 237.64º | 0.86% | 0.54% | - |
| HSV(B) | 237.64º | 0.85% | 0.94% | - |
| XYZ | 17.21 | 8.41 | 82.38 | - |
| YUV | 63.84 | 226.85 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 44 | 239 | 0.85 | 0.82 | 0 | 0.06 | 237.64 | 0.86 | 0.54 |
| Hex | 24 | 2C | EF | 55 | 52 | 0 | 6 | EE | 56 | 36 |
| Octal | 44 | 54 | 357 | 125 | 122 | 0 | 6 | 356 | 126 | 66 |
| Binary | 100100 | 101100 | 11101111 | 1010101 | 1010010 | 0 | 110 | 11101110 | 1010110 | 110110 |
Color Harmonies of #242CEF
Complementary color
Monochromatic Colors of #242CEF
Black with #242CEF
Text Example
Text Example
White with #242CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242CEF; }
p { color: rgb(36,44,239); }
H1.HeaderClassName
{
color: #242CEF;
}
.AnyTagClassName
{
color: #242CEF;
}
</style>
background-color css
<style>
a { background-color: #242CEF; }
a { background-color: rgb(36,44,239); }
div.DivClassName
{
background-color: #242CEF;
}
.BgClassName
{
background-color: #242CEF;
}
</style>
border-color css
<style>
span { border-color: #242CEF; }
span { border-color: rgb(36,44,239); }
td.TdClassName
{
border-color: #242CEF;
}
.TagClassName
{
border-color: #242CEF;
}
</style>