Shades of Neon Blue #5165FA
Tints of Neon Blue #5165FA
RGB
CMYK
RGB Variations
Color information
#5165FA (or 0x5165FA) is known color: Neon Blue. HEX triplet: 51, 65 and FA. RGB value is (81,101,250). Sum of RGB (Red+Green+Blue) = 81+101+250=432 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.75% from 432); Green value is 101 (39.84% from 255 or 23.38% from 432); Blue value is 250 (98.05% from 255 or 57.87% from 432); Max value from RGB is 250 - color contains mainly: blue. Hex color #5165FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5165FA is #AE9A05. Grayscale: #6F6F6F. Windows color (decimal): -11442694 or 16409937. OLE color: 16409937.
HSL color Cylindrical-coordinate representation of color #5165FA: hue angle of 232.9º 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 #5165FA is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 101 | 250 | - |
| CMYK | 0.68 | 0.60 | 0 | 0.02 |
| HSL | 232.9º | 0.94% | 0.65% | - |
| HSV(B) | 232.9º | 0.68% | 0.98% | - |
| XYZ | 25.3 | 17.96 | 92.58 | - |
| YUV | 112.01 | 205.87 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 101 | 250 | 0.68 | 0.60 | 0 | 0.02 | 232.9 | 0.94 | 0.65 |
| Hex | 51 | 65 | FA | 44 | 3C | 0 | 2 | E9 | 5E | 41 |
| Octal | 121 | 145 | 372 | 104 | 74 | 0 | 2 | 351 | 136 | 101 |
| Binary | 1010001 | 1100101 | 11111010 | 1000100 | 111100 | 0 | 10 | 11101001 | 1011110 | 1000001 |
Color Harmonies of #5165FA
Complementary color
Monochromatic Colors of #5165FA
Black with #5165FA
Text Example
Text Example
White with #5165FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5165FA; }
p { color: rgb(81,101,250); }
H1.HeaderClassName
{
color: #5165FA;
}
.AnyTagClassName
{
color: #5165FA;
}
</style>
background-color css
<style>
a { background-color: #5165FA; }
a { background-color: rgb(81,101,250); }
div.DivClassName
{
background-color: #5165FA;
}
.BgClassName
{
background-color: #5165FA;
}
</style>
border-color css
<style>
span { border-color: #5165FA; }
span { border-color: rgb(81,101,250); }
td.TdClassName
{
border-color: #5165FA;
}
.TagClassName
{
border-color: #5165FA;
}
</style>