Shades of Neon Blue #515BFE
Tints of Neon Blue #515BFE
RGB
CMYK
RGB Variations
Color information
#515BFE (or 0x515BFE) is known color: Neon Blue. HEX triplet: 51, 5B and FE. RGB value is (81,91,254). Sum of RGB (Red+Green+Blue) = 81+91+254=426 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.01% from 426); Green value is 91 (35.94% from 255 or 21.36% from 426); Blue value is 254 (99.61% from 255 or 59.62% from 426); Max value from RGB is 254 - color contains mainly: blue. Hex color #515BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #515BFE is #AEA401. Grayscale: #696969. Windows color (decimal): -11445250 or 16669521. OLE color: 16669521.
HSL color Cylindrical-coordinate representation of color #515BFE: hue angle of 236.53º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #515BFE is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 81 | 91 | 254 | - |
| CMYK | 0.68 | 0.64 | 0 | 0.00 |
| HSL | 236.53º | 0.99% | 0.66% | - |
| HSV(B) | 236.53º | 0.68% | 1% | - |
| XYZ | 25.02 | 16.39 | 95.61 | - |
| YUV | 106.59 | 211.19 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 91 | 254 | 0.68 | 0.64 | 0 | 0.00 | 236.53 | 0.99 | 0.66 |
| Hex | 51 | 5B | FE | 44 | 40 | 0 | 0 | ED | 63 | 42 |
| Octal | 121 | 133 | 376 | 104 | 100 | 0 | 0 | 355 | 143 | 102 |
| Binary | 1010001 | 1011011 | 11111110 | 1000100 | 1000000 | 0 | 0 | 11101101 | 1100011 | 1000010 |
Color Harmonies of #515BFE
Complementary color
Monochromatic Colors of #515BFE
Black with #515BFE
Text Example
Text Example
White with #515BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515BFE; }
p { color: rgb(81,91,254); }
H1.HeaderClassName
{
color: #515BFE;
}
.AnyTagClassName
{
color: #515BFE;
}
</style>
background-color css
<style>
a { background-color: #515BFE; }
a { background-color: rgb(81,91,254); }
div.DivClassName
{
background-color: #515BFE;
}
.BgClassName
{
background-color: #515BFE;
}
</style>
border-color css
<style>
span { border-color: #515BFE; }
span { border-color: rgb(81,91,254); }
td.TdClassName
{
border-color: #515BFE;
}
.TagClassName
{
border-color: #515BFE;
}
</style>