Shades of Neon Blue #242EF1
Tints of Neon Blue #242EF1
RGB
CMYK
RGB Variations
Color information
#242EF1 (or 0x242EF1) is known color: Neon Blue. HEX triplet: 24, 2E and F1. RGB value is (36,46,241). Sum of RGB (Red+Green+Blue) = 36+46+241=323 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.15% from 323); Green value is 46 (18.36% from 255 or 14.24% from 323); Blue value is 241 (94.53% from 255 or 74.61% from 323); Max value from RGB is 241 - color contains mainly: blue. Hex color #242EF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #242EF1 is #DBD10E. Grayscale: #404040. Windows color (decimal): -14405903 or 15805988. OLE color: 15805988.
HSL color Cylindrical-coordinate representation of color #242EF1: hue angle of 237.07º 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 #242EF1 is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 36 | 46 | 241 | - |
| CMYK | 0.85 | 0.81 | 0 | 0.05 |
| HSL | 237.07º | 0.88% | 0.54% | - |
| HSV(B) | 237.07º | 0.85% | 0.95% | - |
| XYZ | 17.58 | 8.68 | 83.97 | - |
| YUV | 65.24 | 227.19 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 46 | 241 | 0.85 | 0.81 | 0 | 0.05 | 237.07 | 0.88 | 0.54 |
| Hex | 24 | 2E | F1 | 55 | 51 | 0 | 5 | ED | 58 | 36 |
| Octal | 44 | 56 | 361 | 125 | 121 | 0 | 5 | 355 | 130 | 66 |
| Binary | 100100 | 101110 | 11110001 | 1010101 | 1010001 | 0 | 101 | 11101101 | 1011000 | 110110 |
Color Harmonies of #242EF1
Complementary color
Monochromatic Colors of #242EF1
Black with #242EF1
Text Example
Text Example
White with #242EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242EF1; }
p { color: rgb(36,46,241); }
H1.HeaderClassName
{
color: #242EF1;
}
.AnyTagClassName
{
color: #242EF1;
}
</style>
background-color css
<style>
a { background-color: #242EF1; }
a { background-color: rgb(36,46,241); }
div.DivClassName
{
background-color: #242EF1;
}
.BgClassName
{
background-color: #242EF1;
}
</style>
border-color css
<style>
span { border-color: #242EF1; }
span { border-color: rgb(36,46,241); }
td.TdClassName
{
border-color: #242EF1;
}
.TagClassName
{
border-color: #242EF1;
}
</style>