Shades of Neon Blue #5163FF
Tints of Neon Blue #5163FF
RGB
CMYK
RGB Variations
Color information
#5163FF (or 0x5163FF) is known color: Neon Blue. HEX triplet: 51, 63 and FF. RGB value is (81,99,255). Sum of RGB (Red+Green+Blue) = 81+99+255=435 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.62% from 435); Green value is 99 (39.06% from 255 or 22.76% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #5163FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5163FF is #AE9C00. Grayscale: #6E6E6E. Windows color (decimal): -11443201 or 16737105. OLE color: 16737105.
HSL color Cylindrical-coordinate representation of color #5163FF: hue angle of 233.79º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5163FF is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 99 | 255 | - |
| CMYK | 0.68 | 0.61 | 0 | 0 |
| HSL | 233.79º | 1% | 0.66% | - |
| HSV(B) | 233.79º | 0.68% | 1% | - |
| XYZ | 25.91 | 17.89 | 96.7 | - |
| YUV | 111.4 | 209.04 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 99 | 255 | 0.68 | 0.61 | 0 | 0 | 233.79 | 1 | 0.66 |
| Hex | 51 | 63 | FF | 44 | 3D | 0 | 0 | EA | 64 | 42 |
| Octal | 121 | 143 | 377 | 104 | 75 | 0 | 0 | 352 | 144 | 102 |
| Binary | 1010001 | 1100011 | 11111111 | 1000100 | 111101 | 0 | 0 | 11101010 | 1100100 | 1000010 |
Color Harmonies of #5163FF
Complementary color
Monochromatic Colors of #5163FF
Black with #5163FF
Text Example
Text Example
White with #5163FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5163FF; }
p { color: rgb(81,99,255); }
H1.HeaderClassName
{
color: #5163FF;
}
.AnyTagClassName
{
color: #5163FF;
}
</style>
background-color css
<style>
a { background-color: #5163FF; }
a { background-color: rgb(81,99,255); }
div.DivClassName
{
background-color: #5163FF;
}
.BgClassName
{
background-color: #5163FF;
}
</style>
border-color css
<style>
span { border-color: #5163FF; }
span { border-color: rgb(81,99,255); }
td.TdClassName
{
border-color: #5163FF;
}
.TagClassName
{
border-color: #5163FF;
}
</style>