Shades of Neon Blue #1649FF
Tints of Neon Blue #1649FF
RGB
CMYK
RGB Variations
Color information
#1649FF (or 0x1649FF) is known color: Neon Blue. HEX triplet: 16, 49 and FF. RGB value is (22,73,255). Sum of RGB (Red+Green+Blue) = 22+73+255=350 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.29% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 255 (100% from 255 or 72.86% from 350); Max value from RGB is 255 - color contains mainly: blue. Hex color #1649FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1649FF is #E9B600. Grayscale: #4D4D4D. Windows color (decimal): -15316481 or 16730390. OLE color: 16730390.
HSL color Cylindrical-coordinate representation of color #1649FF: hue angle of 226.87º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1649FF is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 22 | 73 | 255 | - |
| CMYK | 0.91 | 0.71 | 0 | 0 |
| HSL | 226.87º | 1% | 0.54% | - |
| HSV(B) | 226.87º | 0.91% | 1% | - |
| XYZ | 20.76 | 12.16 | 95.86 | - |
| YUV | 78.5 | 227.6 | 87.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 73 | 255 | 0.91 | 0.71 | 0 | 0 | 226.87 | 1 | 0.54 |
| Hex | 16 | 49 | FF | 5B | 47 | 0 | 0 | E3 | 64 | 36 |
| Octal | 26 | 111 | 377 | 133 | 107 | 0 | 0 | 343 | 144 | 66 |
| Binary | 10110 | 1001001 | 11111111 | 1011011 | 1000111 | 0 | 0 | 11100011 | 1100100 | 110110 |
Color Harmonies of #1649FF
Complementary color
Monochromatic Colors of #1649FF
Black with #1649FF
Text Example
Text Example
White with #1649FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1649FF; }
p { color: rgb(22,73,255); }
H1.HeaderClassName
{
color: #1649FF;
}
.AnyTagClassName
{
color: #1649FF;
}
</style>
background-color css
<style>
a { background-color: #1649FF; }
a { background-color: rgb(22,73,255); }
div.DivClassName
{
background-color: #1649FF;
}
.BgClassName
{
background-color: #1649FF;
}
</style>
border-color css
<style>
span { border-color: #1649FF; }
span { border-color: rgb(22,73,255); }
td.TdClassName
{
border-color: #1649FF;
}
.TagClassName
{
border-color: #1649FF;
}
</style>