Shades of Neon Blue #242EEF
Tints of Neon Blue #242EEF
RGB
CMYK
RGB Variations
Color information
#242EEF (or 0x242EEF) is known color: Neon Blue. HEX triplet: 24, 2E and EF. RGB value is (36,46,239). Sum of RGB (Red+Green+Blue) = 36+46+239=321 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.21% from 321); Green value is 46 (18.36% from 255 or 14.33% from 321); Blue value is 239 (93.75% from 255 or 74.45% from 321); Max value from RGB is 239 - color contains mainly: blue. Hex color #242EEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #242EEF is #DBD110. Grayscale: #404040. Windows color (decimal): -14405905 or 15674916. OLE color: 15674916.
HSL color Cylindrical-coordinate representation of color #242EEF: hue angle of 237.04º 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 #242EEF is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 36 | 46 | 239 | - |
| CMYK | 0.85 | 0.81 | 0 | 0.06 |
| HSL | 237.04º | 0.86% | 0.54% | - |
| HSV(B) | 237.04º | 0.85% | 0.94% | - |
| XYZ | 17.28 | 8.56 | 82.4 | - |
| YUV | 65.01 | 226.19 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 46 | 239 | 0.85 | 0.81 | 0 | 0.06 | 237.04 | 0.86 | 0.54 |
| Hex | 24 | 2E | EF | 55 | 51 | 0 | 6 | ED | 56 | 36 |
| Octal | 44 | 56 | 357 | 125 | 121 | 0 | 6 | 355 | 126 | 66 |
| Binary | 100100 | 101110 | 11101111 | 1010101 | 1010001 | 0 | 110 | 11101101 | 1010110 | 110110 |
Color Harmonies of #242EEF
Complementary color
Monochromatic Colors of #242EEF
Black with #242EEF
Text Example
Text Example
White with #242EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242EEF; }
p { color: rgb(36,46,239); }
H1.HeaderClassName
{
color: #242EEF;
}
.AnyTagClassName
{
color: #242EEF;
}
</style>
background-color css
<style>
a { background-color: #242EEF; }
a { background-color: rgb(36,46,239); }
div.DivClassName
{
background-color: #242EEF;
}
.BgClassName
{
background-color: #242EEF;
}
</style>
border-color css
<style>
span { border-color: #242EEF; }
span { border-color: rgb(36,46,239); }
td.TdClassName
{
border-color: #242EEF;
}
.TagClassName
{
border-color: #242EEF;
}
</style>