Shades of Neon Blue #163AFE
Tints of Neon Blue #163AFE
RGB
CMYK
RGB Variations
Color information
#163AFE (or 0x163AFE) is known color: Neon Blue. HEX triplet: 16, 3A and FE. RGB value is (22,58,254). Sum of RGB (Red+Green+Blue) = 22+58+254=334 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.59% from 334); Green value is 58 (23.05% from 255 or 17.37% from 334); Blue value is 254 (99.61% from 255 or 76.05% from 334); Max value from RGB is 254 - color contains mainly: blue. Hex color #163AFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #163AFE is #E9C501. Grayscale: #444444. Windows color (decimal): -15320322 or 16661014. OLE color: 16661014.
HSL color Cylindrical-coordinate representation of color #163AFE: hue angle of 230.69º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #163AFE is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 22 | 58 | 254 | - |
| CMYK | 0.91 | 0.77 | 0 | 0.00 |
| HSL | 230.69º | 0.99% | 0.54% | - |
| HSV(B) | 230.69º | 0.91% | 1% | - |
| XYZ | 19.73 | 10.35 | 94.72 | - |
| YUV | 69.58 | 232.07 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 58 | 254 | 0.91 | 0.77 | 0 | 0.00 | 230.69 | 0.99 | 0.54 |
| Hex | 16 | 3A | FE | 5B | 4D | 0 | 0 | E7 | 63 | 36 |
| Octal | 26 | 72 | 376 | 133 | 115 | 0 | 0 | 347 | 143 | 66 |
| Binary | 10110 | 111010 | 11111110 | 1011011 | 1001101 | 0 | 0 | 11100111 | 1100011 | 110110 |
Color Harmonies of #163AFE
Complementary color
Monochromatic Colors of #163AFE
Black with #163AFE
Text Example
Text Example
White with #163AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163AFE; }
p { color: rgb(22,58,254); }
H1.HeaderClassName
{
color: #163AFE;
}
.AnyTagClassName
{
color: #163AFE;
}
</style>
background-color css
<style>
a { background-color: #163AFE; }
a { background-color: rgb(22,58,254); }
div.DivClassName
{
background-color: #163AFE;
}
.BgClassName
{
background-color: #163AFE;
}
</style>
border-color css
<style>
span { border-color: #163AFE; }
span { border-color: rgb(22,58,254); }
td.TdClassName
{
border-color: #163AFE;
}
.TagClassName
{
border-color: #163AFE;
}
</style>