Shades of Neon Blue #242CFF
Tints of Neon Blue #242CFF
RGB
CMYK
RGB Variations
Color information
#242CFF (or 0x242CFF) is known color: Neon Blue. HEX triplet: 24, 2C and FF. RGB value is (36,44,255). Sum of RGB (Red+Green+Blue) = 36+44+255=335 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.75% from 335); Green value is 44 (17.58% from 255 or 13.13% from 335); Blue value is 255 (100% from 255 or 76.12% from 335); Max value from RGB is 255 - color contains mainly: blue. Hex color #242CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #242CFF is #DBD300. Grayscale: #404040. Windows color (decimal): -14406401 or 16722980. OLE color: 16722980.
HSL color Cylindrical-coordinate representation of color #242CFF: hue angle of 237.81º 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 #242CFF is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 36 | 44 | 255 | - |
| CMYK | 0.86 | 0.83 | 0 | 0 |
| HSL | 237.81º | 1% | 0.57% | - |
| HSV(B) | 237.81º | 0.86% | 1% | - |
| XYZ | 19.68 | 9.4 | 95.38 | - |
| YUV | 65.66 | 234.85 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 44 | 255 | 0.86 | 0.83 | 0 | 0 | 237.81 | 1 | 0.57 |
| Hex | 24 | 2C | FF | 56 | 53 | 0 | 0 | EE | 64 | 39 |
| Octal | 44 | 54 | 377 | 126 | 123 | 0 | 0 | 356 | 144 | 71 |
| Binary | 100100 | 101100 | 11111111 | 1010110 | 1010011 | 0 | 0 | 11101110 | 1100100 | 111001 |
Color Harmonies of #242CFF
Complementary color
Monochromatic Colors of #242CFF
Black with #242CFF
Text Example
Text Example
White with #242CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242CFF; }
p { color: rgb(36,44,255); }
H1.HeaderClassName
{
color: #242CFF;
}
.AnyTagClassName
{
color: #242CFF;
}
</style>
background-color css
<style>
a { background-color: #242CFF; }
a { background-color: rgb(36,44,255); }
div.DivClassName
{
background-color: #242CFF;
}
.BgClassName
{
background-color: #242CFF;
}
</style>
border-color css
<style>
span { border-color: #242CFF; }
span { border-color: rgb(36,44,255); }
td.TdClassName
{
border-color: #242CFF;
}
.TagClassName
{
border-color: #242CFF;
}
</style>