Shades of Neon Blue #242FFF
Tints of Neon Blue #242FFF
RGB
CMYK
RGB Variations
Color information
#242FFF (or 0x242FFF) is known color: Neon Blue. HEX triplet: 24, 2F and FF. RGB value is (36,47,255). Sum of RGB (Red+Green+Blue) = 36+47+255=338 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.65% from 338); Green value is 47 (18.75% from 255 or 13.91% from 338); Blue value is 255 (100% from 255 or 75.44% from 338); Max value from RGB is 255 - color contains mainly: blue. Hex color #242FFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #242FFF is #DBD000. Grayscale: #424242. Windows color (decimal): -14405633 or 16723748. OLE color: 16723748.
HSL color Cylindrical-coordinate representation of color #242FFF: hue angle of 236.99º 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 #242FFF is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 36 | 47 | 255 | - |
| CMYK | 0.86 | 0.82 | 0 | 0 |
| HSL | 236.99º | 1% | 0.57% | - |
| HSV(B) | 236.99º | 0.86% | 1% | - |
| XYZ | 19.79 | 9.63 | 95.42 | - |
| YUV | 67.42 | 233.86 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 47 | 255 | 0.86 | 0.82 | 0 | 0 | 236.99 | 1 | 0.57 |
| Hex | 24 | 2F | FF | 56 | 52 | 0 | 0 | ED | 64 | 39 |
| Octal | 44 | 57 | 377 | 126 | 122 | 0 | 0 | 355 | 144 | 71 |
| Binary | 100100 | 101111 | 11111111 | 1010110 | 1010010 | 0 | 0 | 11101101 | 1100100 | 111001 |
Color Harmonies of #242FFF
Complementary color
Monochromatic Colors of #242FFF
Black with #242FFF
Text Example
Text Example
White with #242FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242FFF; }
p { color: rgb(36,47,255); }
H1.HeaderClassName
{
color: #242FFF;
}
.AnyTagClassName
{
color: #242FFF;
}
</style>
background-color css
<style>
a { background-color: #242FFF; }
a { background-color: rgb(36,47,255); }
div.DivClassName
{
background-color: #242FFF;
}
.BgClassName
{
background-color: #242FFF;
}
</style>
border-color css
<style>
span { border-color: #242FFF; }
span { border-color: rgb(36,47,255); }
td.TdClassName
{
border-color: #242FFF;
}
.TagClassName
{
border-color: #242FFF;
}
</style>