Shades of Neon Blue #515AEA
Tints of Neon Blue #515AEA
RGB
CMYK
RGB Variations
Color information
#515AEA (or 0x515AEA) is known color: Neon Blue. HEX triplet: 51, 5A and EA. RGB value is (81,90,234). Sum of RGB (Red+Green+Blue) = 81+90+234=405 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20% from 405); Green value is 90 (35.55% from 255 or 22.22% from 405); Blue value is 234 (91.80% from 255 or 57.78% from 405); Max value from RGB is 234 - color contains mainly: blue. Hex color #515AEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #515AEA is #AEA515. Grayscale: #676767. Windows color (decimal): -11445526 or 15358545. OLE color: 15358545.
HSL color Cylindrical-coordinate representation of color #515AEA: hue angle of 236.47º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #515AEA is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 81 | 90 | 234 | - |
| CMYK | 0.65 | 0.62 | 0 | 0.08 |
| HSL | 236.47º | 0.78% | 0.62% | - |
| HSV(B) | 236.47º | 0.65% | 0.92% | - |
| XYZ | 21.9 | 15 | 79.58 | - |
| YUV | 103.73 | 201.52 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 90 | 234 | 0.65 | 0.62 | 0 | 0.08 | 236.47 | 0.78 | 0.62 |
| Hex | 51 | 5A | EA | 41 | 3E | 0 | 8 | EC | 4E | 3E |
| Octal | 121 | 132 | 352 | 101 | 76 | 0 | 10 | 354 | 116 | 76 |
| Binary | 1010001 | 1011010 | 11101010 | 1000001 | 111110 | 0 | 1000 | 11101100 | 1001110 | 111110 |
Color Harmonies of #515AEA
Complementary color
Monochromatic Colors of #515AEA
Black with #515AEA
Text Example
Text Example
White with #515AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515AEA; }
p { color: rgb(81,90,234); }
H1.HeaderClassName
{
color: #515AEA;
}
.AnyTagClassName
{
color: #515AEA;
}
</style>
background-color css
<style>
a { background-color: #515AEA; }
a { background-color: rgb(81,90,234); }
div.DivClassName
{
background-color: #515AEA;
}
.BgClassName
{
background-color: #515AEA;
}
</style>
border-color css
<style>
span { border-color: #515AEA; }
span { border-color: rgb(81,90,234); }
td.TdClassName
{
border-color: #515AEA;
}
.TagClassName
{
border-color: #515AEA;
}
</style>