Shades of Neon Blue #242DFF
Tints of Neon Blue #242DFF
RGB
CMYK
RGB Variations
Color information
#242DFF (or 0x242DFF) is known color: Neon Blue. HEX triplet: 24, 2D and FF. RGB value is (36,45,255). Sum of RGB (Red+Green+Blue) = 36+45+255=336 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.71% from 336); Green value is 45 (17.97% from 255 or 13.39% from 336); Blue value is 255 (100% from 255 or 75.89% from 336); Max value from RGB is 255 - color contains mainly: blue. Hex color #242DFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #242DFF is #DBD200. Grayscale: #414141. Windows color (decimal): -14406145 or 16723236. OLE color: 16723236.
HSL color Cylindrical-coordinate representation of color #242DFF: hue angle of 237.53º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #242DFF is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 36 | 45 | 255 | - |
| CMYK | 0.86 | 0.82 | 0 | 0 |
| HSL | 237.53º | 1% | 0.57% | - |
| HSV(B) | 237.53º | 0.86% | 1% | - |
| XYZ | 19.72 | 9.47 | 95.4 | - |
| YUV | 66.25 | 234.52 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 45 | 255 | 0.86 | 0.82 | 0 | 0 | 237.53 | 1 | 0.57 |
| Hex | 24 | 2D | FF | 56 | 52 | 0 | 0 | EE | 64 | 39 |
| Octal | 44 | 55 | 377 | 126 | 122 | 0 | 0 | 356 | 144 | 71 |
| Binary | 100100 | 101101 | 11111111 | 1010110 | 1010010 | 0 | 0 | 11101110 | 1100100 | 111001 |
Color Harmonies of #242DFF
Complementary color
Monochromatic Colors of #242DFF
Black with #242DFF
Text Example
Text Example
White with #242DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242DFF; }
p { color: rgb(36,45,255); }
H1.HeaderClassName
{
color: #242DFF;
}
.AnyTagClassName
{
color: #242DFF;
}
</style>
background-color css
<style>
a { background-color: #242DFF; }
a { background-color: rgb(36,45,255); }
div.DivClassName
{
background-color: #242DFF;
}
.BgClassName
{
background-color: #242DFF;
}
</style>
border-color css
<style>
span { border-color: #242DFF; }
span { border-color: rgb(36,45,255); }
td.TdClassName
{
border-color: #242DFF;
}
.TagClassName
{
border-color: #242DFF;
}
</style>