Shades of Neon Blue #242DF2
Tints of Neon Blue #242DF2
RGB
CMYK
RGB Variations
Color information
#242DF2 (or 0x242DF2) is known color: Neon Blue. HEX triplet: 24, 2D and F2. RGB value is (36,45,242). Sum of RGB (Red+Green+Blue) = 36+45+242=323 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.15% from 323); Green value is 45 (17.97% from 255 or 13.93% from 323); Blue value is 242 (94.92% from 255 or 74.92% from 323); Max value from RGB is 242 - color contains mainly: blue. Hex color #242DF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #242DF2 is #DBD20D. Grayscale: #3F3F3F. Windows color (decimal): -14406158 or 15871268. OLE color: 15871268.
HSL color Cylindrical-coordinate representation of color #242DF2: hue angle of 237.38º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #242DF2 is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 36 | 45 | 242 | - |
| CMYK | 0.85 | 0.81 | 0 | 0.05 |
| HSL | 237.38º | 0.89% | 0.55% | - |
| HSV(B) | 237.38º | 0.85% | 0.95% | - |
| XYZ | 17.69 | 8.66 | 84.74 | - |
| YUV | 64.77 | 228.02 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 45 | 242 | 0.85 | 0.81 | 0 | 0.05 | 237.38 | 0.89 | 0.55 |
| Hex | 24 | 2D | F2 | 55 | 51 | 0 | 5 | ED | 59 | 37 |
| Octal | 44 | 55 | 362 | 125 | 121 | 0 | 5 | 355 | 131 | 67 |
| Binary | 100100 | 101101 | 11110010 | 1010101 | 1010001 | 0 | 101 | 11101101 | 1011001 | 110111 |
Color Harmonies of #242DF2
Complementary color
Monochromatic Colors of #242DF2
Black with #242DF2
Text Example
Text Example
White with #242DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242DF2; }
p { color: rgb(36,45,242); }
H1.HeaderClassName
{
color: #242DF2;
}
.AnyTagClassName
{
color: #242DF2;
}
</style>
background-color css
<style>
a { background-color: #242DF2; }
a { background-color: rgb(36,45,242); }
div.DivClassName
{
background-color: #242DF2;
}
.BgClassName
{
background-color: #242DF2;
}
</style>
border-color css
<style>
span { border-color: #242DF2; }
span { border-color: rgb(36,45,242); }
td.TdClassName
{
border-color: #242DF2;
}
.TagClassName
{
border-color: #242DF2;
}
</style>