Shades of Neon Blue #515AEF
Tints of Neon Blue #515AEF
RGB
CMYK
RGB Variations
Color information
#515AEF (or 0x515AEF) is known color: Neon Blue. HEX triplet: 51, 5A and EF. RGB value is (81,90,239). Sum of RGB (Red+Green+Blue) = 81+90+239=410 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.76% from 410); Green value is 90 (35.55% from 255 or 21.95% from 410); Blue value is 239 (93.75% from 255 or 58.29% from 410); Max value from RGB is 239 - color contains mainly: blue. Hex color #515AEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #515AEF is #AEA510. Grayscale: #676767. Windows color (decimal): -11445521 or 15686225. OLE color: 15686225.
HSL color Cylindrical-coordinate representation of color #515AEF: hue angle of 236.58º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #515AEF is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 81 | 90 | 239 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.06 |
| HSL | 236.58º | 0.83% | 0.63% | - |
| HSV(B) | 236.58º | 0.66% | 0.94% | - |
| XYZ | 22.63 | 15.29 | 83.42 | - |
| YUV | 104.3 | 204.02 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 90 | 239 | 0.66 | 0.62 | 0 | 0.06 | 236.58 | 0.83 | 0.63 |
| Hex | 51 | 5A | EF | 42 | 3E | 0 | 6 | ED | 53 | 3F |
| Octal | 121 | 132 | 357 | 102 | 76 | 0 | 6 | 355 | 123 | 77 |
| Binary | 1010001 | 1011010 | 11101111 | 1000010 | 111110 | 0 | 110 | 11101101 | 1010011 | 111111 |
Color Harmonies of #515AEF
Complementary color
Monochromatic Colors of #515AEF
Black with #515AEF
Text Example
Text Example
White with #515AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515AEF; }
p { color: rgb(81,90,239); }
H1.HeaderClassName
{
color: #515AEF;
}
.AnyTagClassName
{
color: #515AEF;
}
</style>
background-color css
<style>
a { background-color: #515AEF; }
a { background-color: rgb(81,90,239); }
div.DivClassName
{
background-color: #515AEF;
}
.BgClassName
{
background-color: #515AEF;
}
</style>
border-color css
<style>
span { border-color: #515AEF; }
span { border-color: rgb(81,90,239); }
td.TdClassName
{
border-color: #515AEF;
}
.TagClassName
{
border-color: #515AEF;
}
</style>