Shades of Neon Blue #1549FF
Tints of Neon Blue #1549FF
RGB
CMYK
RGB Variations
Color information
#1549FF (or 0x1549FF) is known color: Neon Blue. HEX triplet: 15, 49 and FF. RGB value is (21,73,255). Sum of RGB (Red+Green+Blue) = 21+73+255=349 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6.02% from 349); Green value is 73 (28.91% from 255 or 20.92% from 349); Blue value is 255 (100% from 255 or 73.07% from 349); Max value from RGB is 255 - color contains mainly: blue. Hex color #1549FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1549FF is #EAB600. Grayscale: #4D4D4D. Windows color (decimal): -15382017 or 16730389. OLE color: 16730389.
HSL color Cylindrical-coordinate representation of color #1549FF: hue angle of 226.67º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1549FF is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 73 | 255 | - |
| CMYK | 0.92 | 0.71 | 0 | 0 |
| HSL | 226.67º | 1% | 0.54% | - |
| HSV(B) | 226.67º | 0.92% | 1% | - |
| XYZ | 20.74 | 12.14 | 95.86 | - |
| YUV | 78.2 | 227.77 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 73 | 255 | 0.92 | 0.71 | 0 | 0 | 226.67 | 1 | 0.54 |
| Hex | 15 | 49 | FF | 5C | 47 | 0 | 0 | E3 | 64 | 36 |
| Octal | 25 | 111 | 377 | 134 | 107 | 0 | 0 | 343 | 144 | 66 |
| Binary | 10101 | 1001001 | 11111111 | 1011100 | 1000111 | 0 | 0 | 11100011 | 1100100 | 110110 |
Color Harmonies of #1549FF
Complementary color
Monochromatic Colors of #1549FF
Black with #1549FF
Text Example
Text Example
White with #1549FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1549FF; }
p { color: rgb(21,73,255); }
H1.HeaderClassName
{
color: #1549FF;
}
.AnyTagClassName
{
color: #1549FF;
}
</style>
background-color css
<style>
a { background-color: #1549FF; }
a { background-color: rgb(21,73,255); }
div.DivClassName
{
background-color: #1549FF;
}
.BgClassName
{
background-color: #1549FF;
}
</style>
border-color css
<style>
span { border-color: #1549FF; }
span { border-color: rgb(21,73,255); }
td.TdClassName
{
border-color: #1549FF;
}
.TagClassName
{
border-color: #1549FF;
}
</style>