Shades of Neon Blue #2542EC
Tints of Neon Blue #2542EC
RGB
CMYK
RGB Variations
Color information
#2542EC (or 0x2542EC) is known color: Neon Blue. HEX triplet: 25, 42 and EC. RGB value is (37,66,236). Sum of RGB (Red+Green+Blue) = 37+66+236=339 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.91% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 236 (92.58% from 255 or 69.62% from 339); Max value from RGB is 236 - color contains mainly: blue. Hex color #2542EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2542EC is #DABD13. Grayscale: #4C4C4C. Windows color (decimal): -14335252 or 15483429. OLE color: 15483429.
HSL color Cylindrical-coordinate representation of color #2542EC: hue angle of 231.26º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2542EC is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 66 | 236 | - |
| CMYK | 0.84 | 0.72 | 0 | 0.07 |
| HSL | 231.26º | 0.84% | 0.54% | - |
| HSV(B) | 231.26º | 0.84% | 0.93% | - |
| XYZ | 17.85 | 10.35 | 80.41 | - |
| YUV | 76.71 | 217.89 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 66 | 236 | 0.84 | 0.72 | 0 | 0.07 | 231.26 | 0.84 | 0.54 |
| Hex | 25 | 42 | EC | 54 | 48 | 0 | 7 | E7 | 54 | 36 |
| Octal | 45 | 102 | 354 | 124 | 110 | 0 | 7 | 347 | 124 | 66 |
| Binary | 100101 | 1000010 | 11101100 | 1010100 | 1001000 | 0 | 111 | 11100111 | 1010100 | 110110 |
Color Harmonies of #2542EC
Complementary color
Monochromatic Colors of #2542EC
Black with #2542EC
Text Example
Text Example
White with #2542EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2542EC; }
p { color: rgb(37,66,236); }
H1.HeaderClassName
{
color: #2542EC;
}
.AnyTagClassName
{
color: #2542EC;
}
</style>
background-color css
<style>
a { background-color: #2542EC; }
a { background-color: rgb(37,66,236); }
div.DivClassName
{
background-color: #2542EC;
}
.BgClassName
{
background-color: #2542EC;
}
</style>
border-color css
<style>
span { border-color: #2542EC; }
span { border-color: rgb(37,66,236); }
td.TdClassName
{
border-color: #2542EC;
}
.TagClassName
{
border-color: #2542EC;
}
</style>