Shades of Neon Blue #163BFF
Tints of Neon Blue #163BFF
RGB
CMYK
RGB Variations
Color information
#163BFF (or 0x163BFF) is known color: Neon Blue. HEX triplet: 16, 3B and FF. RGB value is (22,59,255). Sum of RGB (Red+Green+Blue) = 22+59+255=336 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.55% from 336); Green value is 59 (23.44% from 255 or 17.56% from 336); Blue value is 255 (100% from 255 or 75.89% from 336); Max value from RGB is 255 - color contains mainly: blue. Hex color #163BFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #163BFF is #E9C400. Grayscale: #454545. Windows color (decimal): -15320065 or 16726806. OLE color: 16726806.
HSL color Cylindrical-coordinate representation of color #163BFF: hue angle of 230.47º 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 #163BFF is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 22 | 59 | 255 | - |
| CMYK | 0.91 | 0.77 | 0 | 0 |
| HSL | 230.47º | 1% | 0.54% | - |
| HSV(B) | 230.47º | 0.91% | 1% | - |
| XYZ | 19.94 | 10.52 | 95.59 | - |
| YUV | 70.28 | 232.24 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 59 | 255 | 0.91 | 0.77 | 0 | 0 | 230.47 | 1 | 0.54 |
| Hex | 16 | 3B | FF | 5B | 4D | 0 | 0 | E6 | 64 | 36 |
| Octal | 26 | 73 | 377 | 133 | 115 | 0 | 0 | 346 | 144 | 66 |
| Binary | 10110 | 111011 | 11111111 | 1011011 | 1001101 | 0 | 0 | 11100110 | 1100100 | 110110 |
Color Harmonies of #163BFF
Complementary color
Monochromatic Colors of #163BFF
Black with #163BFF
Text Example
Text Example
White with #163BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163BFF; }
p { color: rgb(22,59,255); }
H1.HeaderClassName
{
color: #163BFF;
}
.AnyTagClassName
{
color: #163BFF;
}
</style>
background-color css
<style>
a { background-color: #163BFF; }
a { background-color: rgb(22,59,255); }
div.DivClassName
{
background-color: #163BFF;
}
.BgClassName
{
background-color: #163BFF;
}
</style>
border-color css
<style>
span { border-color: #163BFF; }
span { border-color: rgb(22,59,255); }
td.TdClassName
{
border-color: #163BFF;
}
.TagClassName
{
border-color: #163BFF;
}
</style>