Shades of Neon Blue #2549FF
Tints of Neon Blue #2549FF
RGB
CMYK
RGB Variations
Color information
#2549FF (or 0x2549FF) is known color: Neon Blue. HEX triplet: 25, 49 and FF. RGB value is (37,73,255). Sum of RGB (Red+Green+Blue) = 37+73+255=365 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.14% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 255 (100% from 255 or 69.86% from 365); Max value from RGB is 255 - color contains mainly: blue. Hex color #2549FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2549FF is #DAB600. Grayscale: #525252. Windows color (decimal): -14333441 or 16730405. OLE color: 16730405.
HSL color Cylindrical-coordinate representation of color #2549FF: hue angle of 230.09º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2549FF is Cyan = 0.85, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 73 | 255 | - |
| CMYK | 0.85 | 0.71 | 0 | 0 |
| HSL | 230.09º | 1% | 0.57% | - |
| HSV(B) | 230.09º | 0.85% | 1% | - |
| XYZ | 21.2 | 12.38 | 95.88 | - |
| YUV | 82.98 | 225.07 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 73 | 255 | 0.85 | 0.71 | 0 | 0 | 230.09 | 1 | 0.57 |
| Hex | 25 | 49 | FF | 55 | 47 | 0 | 0 | E6 | 64 | 39 |
| Octal | 45 | 111 | 377 | 125 | 107 | 0 | 0 | 346 | 144 | 71 |
| Binary | 100101 | 1001001 | 11111111 | 1010101 | 1000111 | 0 | 0 | 11100110 | 1100100 | 111001 |
Color Harmonies of #2549FF
Complementary color
Monochromatic Colors of #2549FF
Black with #2549FF
Text Example
Text Example
White with #2549FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2549FF; }
p { color: rgb(37,73,255); }
H1.HeaderClassName
{
color: #2549FF;
}
.AnyTagClassName
{
color: #2549FF;
}
</style>
background-color css
<style>
a { background-color: #2549FF; }
a { background-color: rgb(37,73,255); }
div.DivClassName
{
background-color: #2549FF;
}
.BgClassName
{
background-color: #2549FF;
}
</style>
border-color css
<style>
span { border-color: #2549FF; }
span { border-color: rgb(37,73,255); }
td.TdClassName
{
border-color: #2549FF;
}
.TagClassName
{
border-color: #2549FF;
}
</style>