Shades of Neon Blue #242DF0
Tints of Neon Blue #242DF0
RGB
CMYK
RGB Variations
Color information
#242DF0 (or 0x242DF0) is known color: Neon Blue. HEX triplet: 24, 2D and F0. RGB value is (36,45,240). Sum of RGB (Red+Green+Blue) = 36+45+240=321 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.21% from 321); Green value is 45 (17.97% from 255 or 14.02% from 321); Blue value is 240 (94.14% from 255 or 74.77% from 321); Max value from RGB is 240 - color contains mainly: blue. Hex color #242DF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #242DF0 is #DBD20F. Grayscale: #3F3F3F. Windows color (decimal): -14406160 or 15740196. OLE color: 15740196.
HSL color Cylindrical-coordinate representation of color #242DF0: hue angle of 237.35º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #242DF0 is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 36 | 45 | 240 | - |
| CMYK | 0.85 | 0.81 | 0 | 0.06 |
| HSL | 237.35º | 0.87% | 0.54% | - |
| HSV(B) | 237.35º | 0.85% | 0.94% | - |
| XYZ | 17.39 | 8.54 | 83.17 | - |
| YUV | 64.54 | 227.02 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 45 | 240 | 0.85 | 0.81 | 0 | 0.06 | 237.35 | 0.87 | 0.54 |
| Hex | 24 | 2D | F0 | 55 | 51 | 0 | 6 | ED | 57 | 36 |
| Octal | 44 | 55 | 360 | 125 | 121 | 0 | 6 | 355 | 127 | 66 |
| Binary | 100100 | 101101 | 11110000 | 1010101 | 1010001 | 0 | 110 | 11101101 | 1010111 | 110110 |
Color Harmonies of #242DF0
Complementary color
Monochromatic Colors of #242DF0
Black with #242DF0
Text Example
Text Example
White with #242DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242DF0; }
p { color: rgb(36,45,240); }
H1.HeaderClassName
{
color: #242DF0;
}
.AnyTagClassName
{
color: #242DF0;
}
</style>
background-color css
<style>
a { background-color: #242DF0; }
a { background-color: rgb(36,45,240); }
div.DivClassName
{
background-color: #242DF0;
}
.BgClassName
{
background-color: #242DF0;
}
</style>
border-color css
<style>
span { border-color: #242DF0; }
span { border-color: rgb(36,45,240); }
td.TdClassName
{
border-color: #242DF0;
}
.TagClassName
{
border-color: #242DF0;
}
</style>