Shades of Neon Blue #515AFF
Tints of Neon Blue #515AFF
RGB
CMYK
RGB Variations
Color information
#515AFF (or 0x515AFF) is known color: Neon Blue. HEX triplet: 51, 5A and FF. RGB value is (81,90,255). Sum of RGB (Red+Green+Blue) = 81+90+255=426 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.01% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 255 (100% from 255 or 59.86% from 426); Max value from RGB is 255 - color contains mainly: blue. Hex color #515AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #515AFF is #AEA500. Grayscale: #696969. Windows color (decimal): -11445505 or 16734801. OLE color: 16734801.
HSL color Cylindrical-coordinate representation of color #515AFF: hue angle of 236.9º 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 #515AFF is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 90 | 255 | - |
| CMYK | 0.68 | 0.65 | 0 | 0 |
| HSL | 236.9º | 1% | 0.66% | - |
| HSV(B) | 236.9º | 0.68% | 1% | - |
| XYZ | 25.1 | 16.28 | 96.43 | - |
| YUV | 106.12 | 212.02 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 90 | 255 | 0.68 | 0.65 | 0 | 0 | 236.9 | 1 | 0.66 |
| Hex | 51 | 5A | FF | 44 | 41 | 0 | 0 | ED | 64 | 42 |
| Octal | 121 | 132 | 377 | 104 | 101 | 0 | 0 | 355 | 144 | 102 |
| Binary | 1010001 | 1011010 | 11111111 | 1000100 | 1000001 | 0 | 0 | 11101101 | 1100100 | 1000010 |
Color Harmonies of #515AFF
Complementary color
Monochromatic Colors of #515AFF
Black with #515AFF
Text Example
Text Example
White with #515AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515AFF; }
p { color: rgb(81,90,255); }
H1.HeaderClassName
{
color: #515AFF;
}
.AnyTagClassName
{
color: #515AFF;
}
</style>
background-color css
<style>
a { background-color: #515AFF; }
a { background-color: rgb(81,90,255); }
div.DivClassName
{
background-color: #515AFF;
}
.BgClassName
{
background-color: #515AFF;
}
</style>
border-color css
<style>
span { border-color: #515AFF; }
span { border-color: rgb(81,90,255); }
td.TdClassName
{
border-color: #515AFF;
}
.TagClassName
{
border-color: #515AFF;
}
</style>