Shades of Neon Blue #5154EC
Tints of Neon Blue #5154EC
RGB
CMYK
RGB Variations
Color information
#5154EC (or 0x5154EC) is known color: Neon Blue. HEX triplet: 51, 54 and EC. RGB value is (81,84,236). Sum of RGB (Red+Green+Blue) = 81+84+236=401 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.20% from 401); Green value is 84 (33.20% from 255 or 20.95% from 401); Blue value is 236 (92.58% from 255 or 58.85% from 401); Max value from RGB is 236 - color contains mainly: blue. Hex color #5154EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5154EC is #AEAB13. Grayscale: #636363. Windows color (decimal): -11447060 or 15488081. OLE color: 15488081.
HSL color Cylindrical-coordinate representation of color #5154EC: hue angle of 238.84º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5154EC is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 84 | 236 | - |
| CMYK | 0.66 | 0.64 | 0 | 0.07 |
| HSL | 238.84º | 0.8% | 0.62% | - |
| HSV(B) | 238.84º | 0.66% | 0.93% | - |
| XYZ | 21.7 | 14.15 | 80.94 | - |
| YUV | 100.43 | 204.51 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 84 | 236 | 0.66 | 0.64 | 0 | 0.07 | 238.84 | 0.8 | 0.62 |
| Hex | 51 | 54 | EC | 42 | 40 | 0 | 7 | EF | 50 | 3E |
| Octal | 121 | 124 | 354 | 102 | 100 | 0 | 7 | 357 | 120 | 76 |
| Binary | 1010001 | 1010100 | 11101100 | 1000010 | 1000000 | 0 | 111 | 11101111 | 1010000 | 111110 |
Color Harmonies of #5154EC
Complementary color
Monochromatic Colors of #5154EC
Black with #5154EC
Text Example
Text Example
White with #5154EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5154EC; }
p { color: rgb(81,84,236); }
H1.HeaderClassName
{
color: #5154EC;
}
.AnyTagClassName
{
color: #5154EC;
}
</style>
background-color css
<style>
a { background-color: #5154EC; }
a { background-color: rgb(81,84,236); }
div.DivClassName
{
background-color: #5154EC;
}
.BgClassName
{
background-color: #5154EC;
}
</style>
border-color css
<style>
span { border-color: #5154EC; }
span { border-color: rgb(81,84,236); }
td.TdClassName
{
border-color: #5154EC;
}
.TagClassName
{
border-color: #5154EC;
}
</style>