Shades of Neon Blue #164DFF
Tints of Neon Blue #164DFF
RGB
CMYK
RGB Variations
Color information
#164DFF (or 0x164DFF) is known color: Neon Blue. HEX triplet: 16, 4D and FF. RGB value is (22,77,255). Sum of RGB (Red+Green+Blue) = 22+77+255=354 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.21% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 255 (100% from 255 or 72.03% from 354); Max value from RGB is 255 - color contains mainly: blue. Hex color #164DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #164DFF is #E9B200. Grayscale: #505050. Windows color (decimal): -15315457 or 16731414. OLE color: 16731414.
HSL color Cylindrical-coordinate representation of color #164DFF: hue angle of 225.84º 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 #164DFF is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 22 | 77 | 255 | - |
| CMYK | 0.91 | 0.70 | 0 | 0 |
| HSL | 225.84º | 1% | 0.54% | - |
| HSV(B) | 225.84º | 0.91% | 1% | - |
| XYZ | 21.03 | 12.7 | 95.95 | - |
| YUV | 80.85 | 226.28 | 86.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 77 | 255 | 0.91 | 0.70 | 0 | 0 | 225.84 | 1 | 0.54 |
| Hex | 16 | 4D | FF | 5B | 46 | 0 | 0 | E2 | 64 | 36 |
| Octal | 26 | 115 | 377 | 133 | 106 | 0 | 0 | 342 | 144 | 66 |
| Binary | 10110 | 1001101 | 11111111 | 1011011 | 1000110 | 0 | 0 | 11100010 | 1100100 | 110110 |
Color Harmonies of #164DFF
Complementary color
Monochromatic Colors of #164DFF
Black with #164DFF
Text Example
Text Example
White with #164DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164DFF; }
p { color: rgb(22,77,255); }
H1.HeaderClassName
{
color: #164DFF;
}
.AnyTagClassName
{
color: #164DFF;
}
</style>
background-color css
<style>
a { background-color: #164DFF; }
a { background-color: rgb(22,77,255); }
div.DivClassName
{
background-color: #164DFF;
}
.BgClassName
{
background-color: #164DFF;
}
</style>
border-color css
<style>
span { border-color: #164DFF; }
span { border-color: rgb(22,77,255); }
td.TdClassName
{
border-color: #164DFF;
}
.TagClassName
{
border-color: #164DFF;
}
</style>