Shades of Neon Blue #242AF6
Tints of Neon Blue #242AF6
RGB
CMYK
RGB Variations
Color information
#242AF6 (or 0x242AF6) is known color: Neon Blue. HEX triplet: 24, 2A and F6. RGB value is (36,42,246). Sum of RGB (Red+Green+Blue) = 36+42+246=324 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.11% from 324); Green value is 42 (16.80% from 255 or 12.96% from 324); Blue value is 246 (96.48% from 255 or 75.93% from 324); Max value from RGB is 246 - color contains mainly: blue. Hex color #242AF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #242AF6 is #DBD509. Grayscale: #3E3E3E. Windows color (decimal): -14406922 or 16132644. OLE color: 16132644.
HSL color Cylindrical-coordinate representation of color #242AF6: hue angle of 238.29º 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 #242AF6 is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 36 | 42 | 246 | - |
| CMYK | 0.85 | 0.83 | 0 | 0.04 |
| HSL | 238.29º | 0.92% | 0.55% | - |
| HSV(B) | 238.29º | 0.85% | 0.96% | - |
| XYZ | 18.19 | 8.68 | 87.91 | - |
| YUV | 63.46 | 231.01 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 42 | 246 | 0.85 | 0.83 | 0 | 0.04 | 238.29 | 0.92 | 0.55 |
| Hex | 24 | 2A | F6 | 55 | 53 | 0 | 4 | EE | 5C | 37 |
| Octal | 44 | 52 | 366 | 125 | 123 | 0 | 4 | 356 | 134 | 67 |
| Binary | 100100 | 101010 | 11110110 | 1010101 | 1010011 | 0 | 100 | 11101110 | 1011100 | 110111 |
Color Harmonies of #242AF6
Complementary color
Monochromatic Colors of #242AF6
Black with #242AF6
Text Example
Text Example
White with #242AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242AF6; }
p { color: rgb(36,42,246); }
H1.HeaderClassName
{
color: #242AF6;
}
.AnyTagClassName
{
color: #242AF6;
}
</style>
background-color css
<style>
a { background-color: #242AF6; }
a { background-color: rgb(36,42,246); }
div.DivClassName
{
background-color: #242AF6;
}
.BgClassName
{
background-color: #242AF6;
}
</style>
border-color css
<style>
span { border-color: #242AF6; }
span { border-color: rgb(36,42,246); }
td.TdClassName
{
border-color: #242AF6;
}
.TagClassName
{
border-color: #242AF6;
}
</style>