Shades of Neon Blue #163AF8
Tints of Neon Blue #163AF8
RGB
CMYK
RGB Variations
Color information
#163AF8 (or 0x163AF8) is known color: Neon Blue. HEX triplet: 16, 3A and F8. RGB value is (22,58,248). Sum of RGB (Red+Green+Blue) = 22+58+248=328 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.71% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 248 (97.27% from 255 or 75.61% from 328); Max value from RGB is 248 - color contains mainly: blue. Hex color #163AF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #163AF8 is #E9C507. Grayscale: #444444. Windows color (decimal): -15320328 or 16267798. OLE color: 16267798.
HSL color Cylindrical-coordinate representation of color #163AF8: hue angle of 230.44º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #163AF8 is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 22 | 58 | 248 | - |
| CMYK | 0.91 | 0.77 | 0 | 0.03 |
| HSL | 230.44º | 0.94% | 0.53% | - |
| HSV(B) | 230.44º | 0.91% | 0.97% | - |
| XYZ | 18.79 | 9.97 | 89.74 | - |
| YUV | 68.9 | 229.07 | 94.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 58 | 248 | 0.91 | 0.77 | 0 | 0.03 | 230.44 | 0.94 | 0.53 |
| Hex | 16 | 3A | F8 | 5B | 4D | 0 | 3 | E6 | 5E | 35 |
| Octal | 26 | 72 | 370 | 133 | 115 | 0 | 3 | 346 | 136 | 65 |
| Binary | 10110 | 111010 | 11111000 | 1011011 | 1001101 | 0 | 11 | 11100110 | 1011110 | 110101 |
Color Harmonies of #163AF8
Complementary color
Monochromatic Colors of #163AF8
Black with #163AF8
Text Example
Text Example
White with #163AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163AF8; }
p { color: rgb(22,58,248); }
H1.HeaderClassName
{
color: #163AF8;
}
.AnyTagClassName
{
color: #163AF8;
}
</style>
background-color css
<style>
a { background-color: #163AF8; }
a { background-color: rgb(22,58,248); }
div.DivClassName
{
background-color: #163AF8;
}
.BgClassName
{
background-color: #163AF8;
}
</style>
border-color css
<style>
span { border-color: #163AF8; }
span { border-color: rgb(22,58,248); }
td.TdClassName
{
border-color: #163AF8;
}
.TagClassName
{
border-color: #163AF8;
}
</style>