Shades of Neon Blue #242AF4
Tints of Neon Blue #242AF4
RGB
CMYK
RGB Variations
Color information
#242AF4 (or 0x242AF4) is known color: Neon Blue. HEX triplet: 24, 2A and F4. RGB value is (36,42,244). Sum of RGB (Red+Green+Blue) = 36+42+244=322 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.18% from 322); Green value is 42 (16.80% from 255 or 13.04% from 322); Blue value is 244 (95.70% from 255 or 75.78% from 322); Max value from RGB is 244 - color contains mainly: blue. Hex color #242AF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #242AF4 is #DBD50B. Grayscale: #3E3E3E. Windows color (decimal): -14406924 or 16001572. OLE color: 16001572.
HSL color Cylindrical-coordinate representation of color #242AF4: hue angle of 238.27º degrees, saturation: 0.9, 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 #242AF4 is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 36 | 42 | 244 | - |
| CMYK | 0.85 | 0.83 | 0 | 0.04 |
| HSL | 238.27º | 0.9% | 0.55% | - |
| HSV(B) | 238.27º | 0.85% | 0.96% | - |
| XYZ | 17.88 | 8.56 | 86.3 | - |
| YUV | 63.23 | 230.01 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 42 | 244 | 0.85 | 0.83 | 0 | 0.04 | 238.27 | 0.9 | 0.55 |
| Hex | 24 | 2A | F4 | 55 | 53 | 0 | 4 | EE | 5A | 37 |
| Octal | 44 | 52 | 364 | 125 | 123 | 0 | 4 | 356 | 132 | 67 |
| Binary | 100100 | 101010 | 11110100 | 1010101 | 1010011 | 0 | 100 | 11101110 | 1011010 | 110111 |
Color Harmonies of #242AF4
Complementary color
Monochromatic Colors of #242AF4
Black with #242AF4
Text Example
Text Example
White with #242AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242AF4; }
p { color: rgb(36,42,244); }
H1.HeaderClassName
{
color: #242AF4;
}
.AnyTagClassName
{
color: #242AF4;
}
</style>
background-color css
<style>
a { background-color: #242AF4; }
a { background-color: rgb(36,42,244); }
div.DivClassName
{
background-color: #242AF4;
}
.BgClassName
{
background-color: #242AF4;
}
</style>
border-color css
<style>
span { border-color: #242AF4; }
span { border-color: rgb(36,42,244); }
td.TdClassName
{
border-color: #242AF4;
}
.TagClassName
{
border-color: #242AF4;
}
</style>