Shades of Neon Blue #242FF6
Tints of Neon Blue #242FF6
RGB
CMYK
RGB Variations
Color information
#242FF6 (or 0x242FF6) is known color: Neon Blue. HEX triplet: 24, 2F and F6. RGB value is (36,47,246). Sum of RGB (Red+Green+Blue) = 36+47+246=329 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.94% from 329); Green value is 47 (18.75% from 255 or 14.29% from 329); Blue value is 246 (96.48% from 255 or 74.77% from 329); Max value from RGB is 246 - color contains mainly: blue. Hex color #242FF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #242FF6 is #DBD009. Grayscale: #414141. Windows color (decimal): -14405642 or 16133924. OLE color: 16133924.
HSL color Cylindrical-coordinate representation of color #242FF6: hue angle of 236.86º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #242FF6 is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 36 | 47 | 246 | - |
| CMYK | 0.85 | 0.81 | 0 | 0.04 |
| HSL | 236.86º | 0.92% | 0.55% | - |
| HSV(B) | 236.86º | 0.85% | 0.96% | - |
| XYZ | 18.38 | 9.06 | 87.97 | - |
| YUV | 66.4 | 229.36 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 47 | 246 | 0.85 | 0.81 | 0 | 0.04 | 236.86 | 0.92 | 0.55 |
| Hex | 24 | 2F | F6 | 55 | 51 | 0 | 4 | ED | 5C | 37 |
| Octal | 44 | 57 | 366 | 125 | 121 | 0 | 4 | 355 | 134 | 67 |
| Binary | 100100 | 101111 | 11110110 | 1010101 | 1010001 | 0 | 100 | 11101101 | 1011100 | 110111 |
Color Harmonies of #242FF6
Complementary color
Monochromatic Colors of #242FF6
Black with #242FF6
Text Example
Text Example
White with #242FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242FF6; }
p { color: rgb(36,47,246); }
H1.HeaderClassName
{
color: #242FF6;
}
.AnyTagClassName
{
color: #242FF6;
}
</style>
background-color css
<style>
a { background-color: #242FF6; }
a { background-color: rgb(36,47,246); }
div.DivClassName
{
background-color: #242FF6;
}
.BgClassName
{
background-color: #242FF6;
}
</style>
border-color css
<style>
span { border-color: #242FF6; }
span { border-color: rgb(36,47,246); }
td.TdClassName
{
border-color: #242FF6;
}
.TagClassName
{
border-color: #242FF6;
}
</style>