Shades of Neon Blue #163FFE
Tints of Neon Blue #163FFE
RGB
CMYK
RGB Variations
Color information
#163FFE (or 0x163FFE) is known color: Neon Blue. HEX triplet: 16, 3F and FE. RGB value is (22,63,254). Sum of RGB (Red+Green+Blue) = 22+63+254=339 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.49% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 254 (99.61% from 255 or 74.93% from 339); Max value from RGB is 254 - color contains mainly: blue. Hex color #163FFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #163FFE is #E9C001. Grayscale: #474747. Windows color (decimal): -15319042 or 16662294. OLE color: 16662294.
HSL color Cylindrical-coordinate representation of color #163FFE: hue angle of 229.4º 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 #163FFE is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 22 | 63 | 254 | - |
| CMYK | 0.91 | 0.75 | 0 | 0.00 |
| HSL | 229.4º | 0.99% | 0.54% | - |
| HSV(B) | 229.4º | 0.91% | 1% | - |
| XYZ | 20 | 10.88 | 94.81 | - |
| YUV | 72.52 | 230.42 | 91.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 63 | 254 | 0.91 | 0.75 | 0 | 0.00 | 229.4 | 0.99 | 0.54 |
| Hex | 16 | 3F | FE | 5B | 4B | 0 | 0 | E5 | 63 | 36 |
| Octal | 26 | 77 | 376 | 133 | 113 | 0 | 0 | 345 | 143 | 66 |
| Binary | 10110 | 111111 | 11111110 | 1011011 | 1001011 | 0 | 0 | 11100101 | 1100011 | 110110 |
Color Harmonies of #163FFE
Complementary color
Monochromatic Colors of #163FFE
Black with #163FFE
Text Example
Text Example
White with #163FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163FFE; }
p { color: rgb(22,63,254); }
H1.HeaderClassName
{
color: #163FFE;
}
.AnyTagClassName
{
color: #163FFE;
}
</style>
background-color css
<style>
a { background-color: #163FFE; }
a { background-color: rgb(22,63,254); }
div.DivClassName
{
background-color: #163FFE;
}
.BgClassName
{
background-color: #163FFE;
}
</style>
border-color css
<style>
span { border-color: #163FFE; }
span { border-color: rgb(22,63,254); }
td.TdClassName
{
border-color: #163FFE;
}
.TagClassName
{
border-color: #163FFE;
}
</style>