Shades of Neon Blue #163FF7
Tints of Neon Blue #163FF7
RGB
CMYK
RGB Variations
Color information
#163FF7 (or 0x163FF7) is known color: Neon Blue. HEX triplet: 16, 3F and F7. RGB value is (22,63,247). Sum of RGB (Red+Green+Blue) = 22+63+247=332 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.63% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 247 (96.88% from 255 or 74.40% from 332); Max value from RGB is 247 - color contains mainly: blue. Hex color #163FF7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #163FF7 is #E9C008. Grayscale: #464646. Windows color (decimal): -15319049 or 16203542. OLE color: 16203542.
HSL color Cylindrical-coordinate representation of color #163FF7: hue angle of 229.07º degrees, saturation: 0.93, 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 #163FF7 is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 22 | 63 | 247 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.03 |
| HSL | 229.07º | 0.93% | 0.53% | - |
| HSV(B) | 229.07º | 0.91% | 0.97% | - |
| XYZ | 18.9 | 10.44 | 89.02 | - |
| YUV | 71.72 | 226.92 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 63 | 247 | 0.91 | 0.74 | 0 | 0.03 | 229.07 | 0.93 | 0.53 |
| Hex | 16 | 3F | F7 | 5B | 4A | 0 | 3 | E5 | 5D | 35 |
| Octal | 26 | 77 | 367 | 133 | 112 | 0 | 3 | 345 | 135 | 65 |
| Binary | 10110 | 111111 | 11110111 | 1011011 | 1001010 | 0 | 11 | 11100101 | 1011101 | 110101 |
Color Harmonies of #163FF7
Complementary color
Monochromatic Colors of #163FF7
Black with #163FF7
Text Example
Text Example
White with #163FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163FF7; }
p { color: rgb(22,63,247); }
H1.HeaderClassName
{
color: #163FF7;
}
.AnyTagClassName
{
color: #163FF7;
}
</style>
background-color css
<style>
a { background-color: #163FF7; }
a { background-color: rgb(22,63,247); }
div.DivClassName
{
background-color: #163FF7;
}
.BgClassName
{
background-color: #163FF7;
}
</style>
border-color css
<style>
span { border-color: #163FF7; }
span { border-color: rgb(22,63,247); }
td.TdClassName
{
border-color: #163FF7;
}
.TagClassName
{
border-color: #163FF7;
}
</style>