Shades of Neon Blue #242DFC
Tints of Neon Blue #242DFC
RGB
CMYK
RGB Variations
Color information
#242DFC (or 0x242DFC) is known color: Neon Blue. HEX triplet: 24, 2D and FC. RGB value is (36,45,252). Sum of RGB (Red+Green+Blue) = 36+45+252=333 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.81% from 333); Green value is 45 (17.97% from 255 or 13.51% from 333); Blue value is 252 (98.83% from 255 or 75.68% from 333); Max value from RGB is 252 - color contains mainly: blue. Hex color #242DFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #242DFC is #DBD203. Grayscale: #414141. Windows color (decimal): -14406148 or 16526628. OLE color: 16526628.
HSL color Cylindrical-coordinate representation of color #242DFC: hue angle of 237.5º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #242DFC is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 36 | 45 | 252 | - |
| CMYK | 0.86 | 0.82 | 0 | 0.01 |
| HSL | 237.5º | 0.97% | 0.56% | - |
| HSV(B) | 237.5º | 0.86% | 0.99% | - |
| XYZ | 19.24 | 9.28 | 92.87 | - |
| YUV | 65.91 | 233.02 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 45 | 252 | 0.86 | 0.82 | 0 | 0.01 | 237.5 | 0.97 | 0.56 |
| Hex | 24 | 2D | FC | 56 | 52 | 0 | 1 | EE | 61 | 38 |
| Octal | 44 | 55 | 374 | 126 | 122 | 0 | 1 | 356 | 141 | 70 |
| Binary | 100100 | 101101 | 11111100 | 1010110 | 1010010 | 0 | 1 | 11101110 | 1100001 | 111000 |
Color Harmonies of #242DFC
Complementary color
Monochromatic Colors of #242DFC
Black with #242DFC
Text Example
Text Example
White with #242DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242DFC; }
p { color: rgb(36,45,252); }
H1.HeaderClassName
{
color: #242DFC;
}
.AnyTagClassName
{
color: #242DFC;
}
</style>
background-color css
<style>
a { background-color: #242DFC; }
a { background-color: rgb(36,45,252); }
div.DivClassName
{
background-color: #242DFC;
}
.BgClassName
{
background-color: #242DFC;
}
</style>
border-color css
<style>
span { border-color: #242DFC; }
span { border-color: rgb(36,45,252); }
td.TdClassName
{
border-color: #242DFC;
}
.TagClassName
{
border-color: #242DFC;
}
</style>