Shades of Neon Blue #515EFE
Tints of Neon Blue #515EFE
RGB
CMYK
RGB Variations
Color information
#515EFE (or 0x515EFE) is known color: Neon Blue. HEX triplet: 51, 5E and FE. RGB value is (81,94,254). Sum of RGB (Red+Green+Blue) = 81+94+254=429 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.88% from 429); Green value is 94 (37.11% from 255 or 21.91% from 429); Blue value is 254 (99.61% from 255 or 59.21% from 429); Max value from RGB is 254 - color contains mainly: blue. Hex color #515EFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #515EFE is #AEA101. Grayscale: #6B6B6B. Windows color (decimal): -11444482 or 16670289. OLE color: 16670289.
HSL color Cylindrical-coordinate representation of color #515EFE: hue angle of 235.49º 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 #515EFE is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 81 | 94 | 254 | - |
| CMYK | 0.68 | 0.63 | 0 | 0.00 |
| HSL | 235.49º | 0.99% | 0.66% | - |
| HSV(B) | 235.49º | 0.68% | 1% | - |
| XYZ | 25.29 | 16.91 | 95.7 | - |
| YUV | 108.35 | 210.19 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 94 | 254 | 0.68 | 0.63 | 0 | 0.00 | 235.49 | 0.99 | 0.66 |
| Hex | 51 | 5E | FE | 44 | 3F | 0 | 0 | EB | 63 | 42 |
| Octal | 121 | 136 | 376 | 104 | 77 | 0 | 0 | 353 | 143 | 102 |
| Binary | 1010001 | 1011110 | 11111110 | 1000100 | 111111 | 0 | 0 | 11101011 | 1100011 | 1000010 |
Color Harmonies of #515EFE
Complementary color
Monochromatic Colors of #515EFE
Black with #515EFE
Text Example
Text Example
White with #515EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515EFE; }
p { color: rgb(81,94,254); }
H1.HeaderClassName
{
color: #515EFE;
}
.AnyTagClassName
{
color: #515EFE;
}
</style>
background-color css
<style>
a { background-color: #515EFE; }
a { background-color: rgb(81,94,254); }
div.DivClassName
{
background-color: #515EFE;
}
.BgClassName
{
background-color: #515EFE;
}
</style>
border-color css
<style>
span { border-color: #515EFE; }
span { border-color: rgb(81,94,254); }
td.TdClassName
{
border-color: #515EFE;
}
.TagClassName
{
border-color: #515EFE;
}
</style>