Shades of Neon Blue #242FFE
Tints of Neon Blue #242FFE
RGB
CMYK
RGB Variations
Color information
#242FFE (or 0x242FFE) is known color: Neon Blue. HEX triplet: 24, 2F and FE. RGB value is (36,47,254). Sum of RGB (Red+Green+Blue) = 36+47+254=337 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.68% from 337); Green value is 47 (18.75% from 255 or 13.95% from 337); Blue value is 254 (99.61% from 255 or 75.37% from 337); Max value from RGB is 254 - color contains mainly: blue. Hex color #242FFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #242FFE is #DBD001. Grayscale: #424242. Windows color (decimal): -14405634 or 16658212. OLE color: 16658212.
HSL color Cylindrical-coordinate representation of color #242FFE: hue angle of 236.97º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #242FFE is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 36 | 47 | 254 | - |
| CMYK | 0.86 | 0.81 | 0 | 0.00 |
| HSL | 236.97º | 0.99% | 0.57% | - |
| HSV(B) | 236.97º | 0.86% | 1% | - |
| XYZ | 19.63 | 9.56 | 94.58 | - |
| YUV | 67.31 | 233.36 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 47 | 254 | 0.86 | 0.81 | 0 | 0.00 | 236.97 | 0.99 | 0.57 |
| Hex | 24 | 2F | FE | 56 | 51 | 0 | 0 | ED | 63 | 39 |
| Octal | 44 | 57 | 376 | 126 | 121 | 0 | 0 | 355 | 143 | 71 |
| Binary | 100100 | 101111 | 11111110 | 1010110 | 1010001 | 0 | 0 | 11101101 | 1100011 | 111001 |
Color Harmonies of #242FFE
Complementary color
Monochromatic Colors of #242FFE
Black with #242FFE
Text Example
Text Example
White with #242FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242FFE; }
p { color: rgb(36,47,254); }
H1.HeaderClassName
{
color: #242FFE;
}
.AnyTagClassName
{
color: #242FFE;
}
</style>
background-color css
<style>
a { background-color: #242FFE; }
a { background-color: rgb(36,47,254); }
div.DivClassName
{
background-color: #242FFE;
}
.BgClassName
{
background-color: #242FFE;
}
</style>
border-color css
<style>
span { border-color: #242FFE; }
span { border-color: rgb(36,47,254); }
td.TdClassName
{
border-color: #242FFE;
}
.TagClassName
{
border-color: #242FFE;
}
</style>