Shades of Neon Blue #515AF8
Tints of Neon Blue #515AF8
RGB
CMYK
RGB Variations
Color information
#515AF8 (or 0x515AF8) is known color: Neon Blue. HEX triplet: 51, 5A and F8. RGB value is (81,90,248). Sum of RGB (Red+Green+Blue) = 81+90+248=419 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.33% from 419); Green value is 90 (35.55% from 255 or 21.48% from 419); Blue value is 248 (97.27% from 255 or 59.19% from 419); Max value from RGB is 248 - color contains mainly: blue. Hex color #515AF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #515AF8 is #AEA507. Grayscale: #686868. Windows color (decimal): -11445512 or 16276049. OLE color: 16276049.
HSL color Cylindrical-coordinate representation of color #515AF8: hue angle of 236.77º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #515AF8 is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 81 | 90 | 248 | - |
| CMYK | 0.67 | 0.64 | 0 | 0.03 |
| HSL | 236.77º | 0.92% | 0.65% | - |
| HSV(B) | 236.77º | 0.67% | 0.97% | - |
| XYZ | 23.99 | 15.84 | 90.6 | - |
| YUV | 105.32 | 208.52 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 90 | 248 | 0.67 | 0.64 | 0 | 0.03 | 236.77 | 0.92 | 0.65 |
| Hex | 51 | 5A | F8 | 43 | 40 | 0 | 3 | ED | 5C | 41 |
| Octal | 121 | 132 | 370 | 103 | 100 | 0 | 3 | 355 | 134 | 101 |
| Binary | 1010001 | 1011010 | 11111000 | 1000011 | 1000000 | 0 | 11 | 11101101 | 1011100 | 1000001 |
Color Harmonies of #515AF8
Complementary color
Monochromatic Colors of #515AF8
Black with #515AF8
Text Example
Text Example
White with #515AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515AF8; }
p { color: rgb(81,90,248); }
H1.HeaderClassName
{
color: #515AF8;
}
.AnyTagClassName
{
color: #515AF8;
}
</style>
background-color css
<style>
a { background-color: #515AF8; }
a { background-color: rgb(81,90,248); }
div.DivClassName
{
background-color: #515AF8;
}
.BgClassName
{
background-color: #515AF8;
}
</style>
border-color css
<style>
span { border-color: #515AF8; }
span { border-color: rgb(81,90,248); }
td.TdClassName
{
border-color: #515AF8;
}
.TagClassName
{
border-color: #515AF8;
}
</style>