Shades of Neon Blue #2544EC
Tints of Neon Blue #2544EC
RGB
CMYK
RGB Variations
Color information
#2544EC (or 0x2544EC) is known color: Neon Blue. HEX triplet: 25, 44 and EC. RGB value is (37,68,236). Sum of RGB (Red+Green+Blue) = 37+68+236=341 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.85% from 341); Green value is 68 (26.95% from 255 or 19.94% from 341); Blue value is 236 (92.58% from 255 or 69.21% from 341); Max value from RGB is 236 - color contains mainly: blue. Hex color #2544EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2544EC is #DABB13. Grayscale: #4D4D4D. Windows color (decimal): -14334740 or 15483941. OLE color: 15483941.
HSL color Cylindrical-coordinate representation of color #2544EC: hue angle of 230.65º 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 #2544EC is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 68 | 236 | - |
| CMYK | 0.84 | 0.71 | 0 | 0.07 |
| HSL | 230.65º | 0.84% | 0.54% | - |
| HSV(B) | 230.65º | 0.84% | 0.93% | - |
| XYZ | 17.97 | 10.58 | 80.45 | - |
| YUV | 77.88 | 217.23 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 68 | 236 | 0.84 | 0.71 | 0 | 0.07 | 230.65 | 0.84 | 0.54 |
| Hex | 25 | 44 | EC | 54 | 47 | 0 | 7 | E7 | 54 | 36 |
| Octal | 45 | 104 | 354 | 124 | 107 | 0 | 7 | 347 | 124 | 66 |
| Binary | 100101 | 1000100 | 11101100 | 1010100 | 1000111 | 0 | 111 | 11100111 | 1010100 | 110110 |
Color Harmonies of #2544EC
Complementary color
Monochromatic Colors of #2544EC
Black with #2544EC
Text Example
Text Example
White with #2544EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2544EC; }
p { color: rgb(37,68,236); }
H1.HeaderClassName
{
color: #2544EC;
}
.AnyTagClassName
{
color: #2544EC;
}
</style>
background-color css
<style>
a { background-color: #2544EC; }
a { background-color: rgb(37,68,236); }
div.DivClassName
{
background-color: #2544EC;
}
.BgClassName
{
background-color: #2544EC;
}
</style>
border-color css
<style>
span { border-color: #2544EC; }
span { border-color: rgb(37,68,236); }
td.TdClassName
{
border-color: #2544EC;
}
.TagClassName
{
border-color: #2544EC;
}
</style>