Shades of Neon Blue #2549FD
Tints of Neon Blue #2549FD
RGB
CMYK
RGB Variations
Color information
#2549FD (or 0x2549FD) is known color: Neon Blue. HEX triplet: 25, 49 and FD. RGB value is (37,73,253). Sum of RGB (Red+Green+Blue) = 37+73+253=363 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.19% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 253 (99.22% from 255 or 69.70% from 363); Max value from RGB is 253 - color contains mainly: blue. Hex color #2549FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2549FD is #DAB602. Grayscale: #525252. Windows color (decimal): -14333443 or 16599333. OLE color: 16599333.
HSL color Cylindrical-coordinate representation of color #2549FD: hue angle of 230º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2549FD is Cyan = 0.85, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 73 | 253 | - |
| CMYK | 0.85 | 0.71 | 0 | 0.01 |
| HSL | 230º | 0.98% | 0.57% | - |
| HSV(B) | 230º | 0.85% | 0.99% | - |
| XYZ | 20.88 | 12.25 | 94.19 | - |
| YUV | 82.76 | 224.07 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 73 | 253 | 0.85 | 0.71 | 0 | 0.01 | 230 | 0.98 | 0.57 |
| Hex | 25 | 49 | FD | 55 | 47 | 0 | 1 | E6 | 62 | 39 |
| Octal | 45 | 111 | 375 | 125 | 107 | 0 | 1 | 346 | 142 | 71 |
| Binary | 100101 | 1001001 | 11111101 | 1010101 | 1000111 | 0 | 1 | 11100110 | 1100010 | 111001 |
Color Harmonies of #2549FD
Complementary color
Monochromatic Colors of #2549FD
Black with #2549FD
Text Example
Text Example
White with #2549FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2549FD; }
p { color: rgb(37,73,253); }
H1.HeaderClassName
{
color: #2549FD;
}
.AnyTagClassName
{
color: #2549FD;
}
</style>
background-color css
<style>
a { background-color: #2549FD; }
a { background-color: rgb(37,73,253); }
div.DivClassName
{
background-color: #2549FD;
}
.BgClassName
{
background-color: #2549FD;
}
</style>
border-color css
<style>
span { border-color: #2549FD; }
span { border-color: rgb(37,73,253); }
td.TdClassName
{
border-color: #2549FD;
}
.TagClassName
{
border-color: #2549FD;
}
</style>