Shades of Neon Blue #163FFC
Tints of Neon Blue #163FFC
RGB
CMYK
RGB Variations
Color information
#163FFC (or 0x163FFC) is known color: Neon Blue. HEX triplet: 16, 3F and FC. RGB value is (22,63,252). Sum of RGB (Red+Green+Blue) = 22+63+252=337 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.53% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 252 (98.83% from 255 or 74.78% from 337); Max value from RGB is 252 - color contains mainly: blue. Hex color #163FFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #163FFC is #E9C003. Grayscale: #474747. Windows color (decimal): -15319044 or 16531222. OLE color: 16531222.
HSL color Cylindrical-coordinate representation of color #163FFC: hue angle of 229.3º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #163FFC is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 22 | 63 | 252 | - |
| CMYK | 0.91 | 0.75 | 0 | 0.01 |
| HSL | 229.3º | 0.97% | 0.54% | - |
| HSV(B) | 229.3º | 0.91% | 0.99% | - |
| XYZ | 19.68 | 10.75 | 93.13 | - |
| YUV | 72.29 | 229.42 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 63 | 252 | 0.91 | 0.75 | 0 | 0.01 | 229.3 | 0.97 | 0.54 |
| Hex | 16 | 3F | FC | 5B | 4B | 0 | 1 | E5 | 61 | 36 |
| Octal | 26 | 77 | 374 | 133 | 113 | 0 | 1 | 345 | 141 | 66 |
| Binary | 10110 | 111111 | 11111100 | 1011011 | 1001011 | 0 | 1 | 11100101 | 1100001 | 110110 |
Color Harmonies of #163FFC
Complementary color
Monochromatic Colors of #163FFC
Black with #163FFC
Text Example
Text Example
White with #163FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163FFC; }
p { color: rgb(22,63,252); }
H1.HeaderClassName
{
color: #163FFC;
}
.AnyTagClassName
{
color: #163FFC;
}
</style>
background-color css
<style>
a { background-color: #163FFC; }
a { background-color: rgb(22,63,252); }
div.DivClassName
{
background-color: #163FFC;
}
.BgClassName
{
background-color: #163FFC;
}
</style>
border-color css
<style>
span { border-color: #163FFC; }
span { border-color: rgb(22,63,252); }
td.TdClassName
{
border-color: #163FFC;
}
.TagClassName
{
border-color: #163FFC;
}
</style>