Shades of Neon Blue #242AF1
Tints of Neon Blue #242AF1
RGB
CMYK
RGB Variations
Color information
#242AF1 (or 0x242AF1) is known color: Neon Blue. HEX triplet: 24, 2A and F1. RGB value is (36,42,241). Sum of RGB (Red+Green+Blue) = 36+42+241=319 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.29% from 319); Green value is 42 (16.80% from 255 or 13.17% from 319); Blue value is 241 (94.53% from 255 or 75.55% from 319); Max value from RGB is 241 - color contains mainly: blue. Hex color #242AF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #242AF1 is #DBD50E. Grayscale: #3E3E3E. Windows color (decimal): -14406927 or 15804964. OLE color: 15804964.
HSL color Cylindrical-coordinate representation of color #242AF1: hue angle of 238.24º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #242AF1 is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 36 | 42 | 241 | - |
| CMYK | 0.85 | 0.83 | 0 | 0.05 |
| HSL | 238.24º | 0.88% | 0.54% | - |
| HSV(B) | 238.24º | 0.85% | 0.95% | - |
| XYZ | 17.43 | 8.38 | 83.92 | - |
| YUV | 62.89 | 228.51 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 42 | 241 | 0.85 | 0.83 | 0 | 0.05 | 238.24 | 0.88 | 0.54 |
| Hex | 24 | 2A | F1 | 55 | 53 | 0 | 5 | EE | 58 | 36 |
| Octal | 44 | 52 | 361 | 125 | 123 | 0 | 5 | 356 | 130 | 66 |
| Binary | 100100 | 101010 | 11110001 | 1010101 | 1010011 | 0 | 101 | 11101110 | 1011000 | 110110 |
Color Harmonies of #242AF1
Complementary color
Monochromatic Colors of #242AF1
Black with #242AF1
Text Example
Text Example
White with #242AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242AF1; }
p { color: rgb(36,42,241); }
H1.HeaderClassName
{
color: #242AF1;
}
.AnyTagClassName
{
color: #242AF1;
}
</style>
background-color css
<style>
a { background-color: #242AF1; }
a { background-color: rgb(36,42,241); }
div.DivClassName
{
background-color: #242AF1;
}
.BgClassName
{
background-color: #242AF1;
}
</style>
border-color css
<style>
span { border-color: #242AF1; }
span { border-color: rgb(36,42,241); }
td.TdClassName
{
border-color: #242AF1;
}
.TagClassName
{
border-color: #242AF1;
}
</style>