Shades of Neon Blue #163FFA
Tints of Neon Blue #163FFA
RGB
CMYK
RGB Variations
Color information
#163FFA (or 0x163FFA) is known color: Neon Blue. HEX triplet: 16, 3F and FA. RGB value is (22,63,250). Sum of RGB (Red+Green+Blue) = 22+63+250=335 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.57% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 250 (98.05% from 255 or 74.63% from 335); Max value from RGB is 250 - color contains mainly: blue. Hex color #163FFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #163FFA is #E9C005. Grayscale: #474747. Windows color (decimal): -15319046 or 16400150. OLE color: 16400150.
HSL color Cylindrical-coordinate representation of color #163FFA: hue angle of 229.21º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #163FFA is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 63 | 250 | - |
| CMYK | 0.91 | 0.75 | 0 | 0.02 |
| HSL | 229.21º | 0.96% | 0.53% | - |
| HSV(B) | 229.21º | 0.91% | 0.98% | - |
| XYZ | 19.36 | 10.63 | 91.47 | - |
| YUV | 72.06 | 228.42 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 63 | 250 | 0.91 | 0.75 | 0 | 0.02 | 229.21 | 0.96 | 0.53 |
| Hex | 16 | 3F | FA | 5B | 4B | 0 | 2 | E5 | 60 | 35 |
| Octal | 26 | 77 | 372 | 133 | 113 | 0 | 2 | 345 | 140 | 65 |
| Binary | 10110 | 111111 | 11111010 | 1011011 | 1001011 | 0 | 10 | 11100101 | 1100000 | 110101 |
Color Harmonies of #163FFA
Complementary color
Monochromatic Colors of #163FFA
Black with #163FFA
Text Example
Text Example
White with #163FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163FFA; }
p { color: rgb(22,63,250); }
H1.HeaderClassName
{
color: #163FFA;
}
.AnyTagClassName
{
color: #163FFA;
}
</style>
background-color css
<style>
a { background-color: #163FFA; }
a { background-color: rgb(22,63,250); }
div.DivClassName
{
background-color: #163FFA;
}
.BgClassName
{
background-color: #163FFA;
}
</style>
border-color css
<style>
span { border-color: #163FFA; }
span { border-color: rgb(22,63,250); }
td.TdClassName
{
border-color: #163FFA;
}
.TagClassName
{
border-color: #163FFA;
}
</style>