Shades of Neon Blue #2549FE
Tints of Neon Blue #2549FE
RGB
CMYK
RGB Variations
Color information
#2549FE (or 0x2549FE) is known color: Neon Blue. HEX triplet: 25, 49 and FE. RGB value is (37,73,254). Sum of RGB (Red+Green+Blue) = 37+73+254=364 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.16% from 364); Green value is 73 (28.91% from 255 or 20.05% from 364); Blue value is 254 (99.61% from 255 or 69.78% from 364); Max value from RGB is 254 - color contains mainly: blue. Hex color #2549FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2549FE is #DAB601. Grayscale: #525252. Windows color (decimal): -14333442 or 16664869. OLE color: 16664869.
HSL color Cylindrical-coordinate representation of color #2549FE: hue angle of 230.05º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2549FE is Cyan = 0.85, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 37 | 73 | 254 | - |
| CMYK | 0.85 | 0.71 | 0 | 0.00 |
| HSL | 230.05º | 0.99% | 0.57% | - |
| HSV(B) | 230.05º | 0.85% | 1% | - |
| XYZ | 21.03 | 12.31 | 95.03 | - |
| YUV | 82.87 | 224.57 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 73 | 254 | 0.85 | 0.71 | 0 | 0.00 | 230.05 | 0.99 | 0.57 |
| Hex | 25 | 49 | FE | 55 | 47 | 0 | 0 | E6 | 63 | 39 |
| Octal | 45 | 111 | 376 | 125 | 107 | 0 | 0 | 346 | 143 | 71 |
| Binary | 100101 | 1001001 | 11111110 | 1010101 | 1000111 | 0 | 0 | 11100110 | 1100011 | 111001 |
Color Harmonies of #2549FE
Complementary color
Monochromatic Colors of #2549FE
Black with #2549FE
Text Example
Text Example
White with #2549FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2549FE; }
p { color: rgb(37,73,254); }
H1.HeaderClassName
{
color: #2549FE;
}
.AnyTagClassName
{
color: #2549FE;
}
</style>
background-color css
<style>
a { background-color: #2549FE; }
a { background-color: rgb(37,73,254); }
div.DivClassName
{
background-color: #2549FE;
}
.BgClassName
{
background-color: #2549FE;
}
</style>
border-color css
<style>
span { border-color: #2549FE; }
span { border-color: rgb(37,73,254); }
td.TdClassName
{
border-color: #2549FE;
}
.TagClassName
{
border-color: #2549FE;
}
</style>