Shades of Neon Blue #242DFE
Tints of Neon Blue #242DFE
RGB
CMYK
RGB Variations
Color information
#242DFE (or 0x242DFE) is known color: Neon Blue. HEX triplet: 24, 2D and FE. RGB value is (36,45,254). Sum of RGB (Red+Green+Blue) = 36+45+254=335 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.75% from 335); Green value is 45 (17.97% from 255 or 13.43% from 335); Blue value is 254 (99.61% from 255 or 75.82% from 335); Max value from RGB is 254 - color contains mainly: blue. Hex color #242DFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #242DFE is #DBD201. Grayscale: #414141. Windows color (decimal): -14406146 or 16657700. OLE color: 16657700.
HSL color Cylindrical-coordinate representation of color #242DFE: hue angle of 237.52º 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 #242DFE is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 36 | 45 | 254 | - |
| CMYK | 0.86 | 0.82 | 0 | 0.00 |
| HSL | 237.52º | 0.99% | 0.57% | - |
| HSV(B) | 237.52º | 0.86% | 1% | - |
| XYZ | 19.56 | 9.41 | 94.55 | - |
| YUV | 66.14 | 234.02 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 45 | 254 | 0.86 | 0.82 | 0 | 0.00 | 237.52 | 0.99 | 0.57 |
| Hex | 24 | 2D | FE | 56 | 52 | 0 | 0 | EE | 63 | 39 |
| Octal | 44 | 55 | 376 | 126 | 122 | 0 | 0 | 356 | 143 | 71 |
| Binary | 100100 | 101101 | 11111110 | 1010110 | 1010010 | 0 | 0 | 11101110 | 1100011 | 111001 |
Color Harmonies of #242DFE
Complementary color
Monochromatic Colors of #242DFE
Black with #242DFE
Text Example
Text Example
White with #242DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242DFE; }
p { color: rgb(36,45,254); }
H1.HeaderClassName
{
color: #242DFE;
}
.AnyTagClassName
{
color: #242DFE;
}
</style>
background-color css
<style>
a { background-color: #242DFE; }
a { background-color: rgb(36,45,254); }
div.DivClassName
{
background-color: #242DFE;
}
.BgClassName
{
background-color: #242DFE;
}
</style>
border-color css
<style>
span { border-color: #242DFE; }
span { border-color: rgb(36,45,254); }
td.TdClassName
{
border-color: #242DFE;
}
.TagClassName
{
border-color: #242DFE;
}
</style>