Shades of Neon Blue #163AFF
Tints of Neon Blue #163AFF
RGB
CMYK
RGB Variations
Color information
#163AFF (or 0x163AFF) is known color: Neon Blue. HEX triplet: 16, 3A and FF. RGB value is (22,58,255). Sum of RGB (Red+Green+Blue) = 22+58+255=335 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.57% from 335); Green value is 58 (23.05% from 255 or 17.31% from 335); Blue value is 255 (100% from 255 or 76.12% from 335); Max value from RGB is 255 - color contains mainly: blue. Hex color #163AFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #163AFF is #E9C500. Grayscale: #444444. Windows color (decimal): -15320321 or 16726550. OLE color: 16726550.
HSL color Cylindrical-coordinate representation of color #163AFF: hue angle of 230.73º 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 #163AFF is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 22 | 58 | 255 | - |
| CMYK | 0.91 | 0.77 | 0 | 0 |
| HSL | 230.73º | 1% | 0.54% | - |
| HSV(B) | 230.73º | 0.91% | 1% | - |
| XYZ | 19.89 | 10.42 | 95.57 | - |
| YUV | 69.69 | 232.57 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 58 | 255 | 0.91 | 0.77 | 0 | 0 | 230.73 | 1 | 0.54 |
| Hex | 16 | 3A | FF | 5B | 4D | 0 | 0 | E7 | 64 | 36 |
| Octal | 26 | 72 | 377 | 133 | 115 | 0 | 0 | 347 | 144 | 66 |
| Binary | 10110 | 111010 | 11111111 | 1011011 | 1001101 | 0 | 0 | 11100111 | 1100100 | 110110 |
Color Harmonies of #163AFF
Complementary color
Monochromatic Colors of #163AFF
Black with #163AFF
Text Example
Text Example
White with #163AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163AFF; }
p { color: rgb(22,58,255); }
H1.HeaderClassName
{
color: #163AFF;
}
.AnyTagClassName
{
color: #163AFF;
}
</style>
background-color css
<style>
a { background-color: #163AFF; }
a { background-color: rgb(22,58,255); }
div.DivClassName
{
background-color: #163AFF;
}
.BgClassName
{
background-color: #163AFF;
}
</style>
border-color css
<style>
span { border-color: #163AFF; }
span { border-color: rgb(22,58,255); }
td.TdClassName
{
border-color: #163AFF;
}
.TagClassName
{
border-color: #163AFF;
}
</style>