Shades of Neon Blue #5165FB
Tints of Neon Blue #5165FB
RGB
CMYK
RGB Variations
Color information
#5165FB (or 0x5165FB) is known color: Neon Blue. HEX triplet: 51, 65 and FB. RGB value is (81,101,251). Sum of RGB (Red+Green+Blue) = 81+101+251=433 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.71% from 433); Green value is 101 (39.84% from 255 or 23.33% from 433); Blue value is 251 (98.44% from 255 or 57.97% from 433); Max value from RGB is 251 - color contains mainly: blue. Hex color #5165FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5165FB is #AE9A04. Grayscale: #6F6F6F. Windows color (decimal): -11442693 or 16475473. OLE color: 16475473.
HSL color Cylindrical-coordinate representation of color #5165FB: hue angle of 232.94º degrees, saturation: 0.96, 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 #5165FB is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 101 | 251 | - |
| CMYK | 0.68 | 0.60 | 0 | 0.02 |
| HSL | 232.94º | 0.96% | 0.65% | - |
| HSV(B) | 232.94º | 0.68% | 0.98% | - |
| XYZ | 25.46 | 18.02 | 93.4 | - |
| YUV | 112.12 | 206.37 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 101 | 251 | 0.68 | 0.60 | 0 | 0.02 | 232.94 | 0.96 | 0.65 |
| Hex | 51 | 65 | FB | 44 | 3C | 0 | 2 | E9 | 60 | 41 |
| Octal | 121 | 145 | 373 | 104 | 74 | 0 | 2 | 351 | 140 | 101 |
| Binary | 1010001 | 1100101 | 11111011 | 1000100 | 111100 | 0 | 10 | 11101001 | 1100000 | 1000001 |
Color Harmonies of #5165FB
Complementary color
Monochromatic Colors of #5165FB
Black with #5165FB
Text Example
Text Example
White with #5165FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5165FB; }
p { color: rgb(81,101,251); }
H1.HeaderClassName
{
color: #5165FB;
}
.AnyTagClassName
{
color: #5165FB;
}
</style>
background-color css
<style>
a { background-color: #5165FB; }
a { background-color: rgb(81,101,251); }
div.DivClassName
{
background-color: #5165FB;
}
.BgClassName
{
background-color: #5165FB;
}
</style>
border-color css
<style>
span { border-color: #5165FB; }
span { border-color: rgb(81,101,251); }
td.TdClassName
{
border-color: #5165FB;
}
.TagClassName
{
border-color: #5165FB;
}
</style>