Shades of Neon Blue #5163FA
Tints of Neon Blue #5163FA
RGB
CMYK
RGB Variations
Color information
#5163FA (or 0x5163FA) is known color: Neon Blue. HEX triplet: 51, 63 and FA. RGB value is (81,99,250). Sum of RGB (Red+Green+Blue) = 81+99+250=430 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.84% from 430); Green value is 99 (39.06% from 255 or 23.02% from 430); Blue value is 250 (98.05% from 255 or 58.14% from 430); Max value from RGB is 250 - color contains mainly: blue. Hex color #5163FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5163FA is #AE9C05. Grayscale: #6E6E6E. Windows color (decimal): -11443206 or 16409425. OLE color: 16409425.
HSL color Cylindrical-coordinate representation of color #5163FA: hue angle of 233.61º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5163FA is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 99 | 250 | - |
| CMYK | 0.68 | 0.60 | 0 | 0.02 |
| HSL | 233.61º | 0.94% | 0.65% | - |
| HSV(B) | 233.61º | 0.68% | 0.98% | - |
| XYZ | 25.11 | 17.58 | 92.51 | - |
| YUV | 110.83 | 206.54 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 99 | 250 | 0.68 | 0.60 | 0 | 0.02 | 233.61 | 0.94 | 0.65 |
| Hex | 51 | 63 | FA | 44 | 3C | 0 | 2 | EA | 5E | 41 |
| Octal | 121 | 143 | 372 | 104 | 74 | 0 | 2 | 352 | 136 | 101 |
| Binary | 1010001 | 1100011 | 11111010 | 1000100 | 111100 | 0 | 10 | 11101010 | 1011110 | 1000001 |
Color Harmonies of #5163FA
Complementary color
Monochromatic Colors of #5163FA
Black with #5163FA
Text Example
Text Example
White with #5163FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5163FA; }
p { color: rgb(81,99,250); }
H1.HeaderClassName
{
color: #5163FA;
}
.AnyTagClassName
{
color: #5163FA;
}
</style>
background-color css
<style>
a { background-color: #5163FA; }
a { background-color: rgb(81,99,250); }
div.DivClassName
{
background-color: #5163FA;
}
.BgClassName
{
background-color: #5163FA;
}
</style>
border-color css
<style>
span { border-color: #5163FA; }
span { border-color: rgb(81,99,250); }
td.TdClassName
{
border-color: #5163FA;
}
.TagClassName
{
border-color: #5163FA;
}
</style>