Shades of Neon Blue #5154EB
Tints of Neon Blue #5154EB
RGB
CMYK
RGB Variations
Color information
#5154EB (or 0x5154EB) is known color: Neon Blue. HEX triplet: 51, 54 and EB. RGB value is (81,84,235). Sum of RGB (Red+Green+Blue) = 81+84+235=400 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.25% from 400); Green value is 84 (33.20% from 255 or 21% from 400); Blue value is 235 (92.19% from 255 or 58.75% from 400); Max value from RGB is 235 - color contains mainly: blue. Hex color #5154EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5154EB is #AEAB14. Grayscale: #636363. Windows color (decimal): -11447061 or 15422545. OLE color: 15422545.
HSL color Cylindrical-coordinate representation of color #5154EB: hue angle of 238.83º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5154EB is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 81 | 84 | 235 | - |
| CMYK | 0.66 | 0.64 | 0 | 0.08 |
| HSL | 238.83º | 0.79% | 0.62% | - |
| HSV(B) | 238.83º | 0.66% | 0.92% | - |
| XYZ | 21.56 | 14.09 | 80.18 | - |
| YUV | 100.32 | 204.01 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 84 | 235 | 0.66 | 0.64 | 0 | 0.08 | 238.83 | 0.79 | 0.62 |
| Hex | 51 | 54 | EB | 42 | 40 | 0 | 8 | EF | 4F | 3E |
| Octal | 121 | 124 | 353 | 102 | 100 | 0 | 10 | 357 | 117 | 76 |
| Binary | 1010001 | 1010100 | 11101011 | 1000010 | 1000000 | 0 | 1000 | 11101111 | 1001111 | 111110 |
Color Harmonies of #5154EB
Complementary color
Monochromatic Colors of #5154EB
Black with #5154EB
Text Example
Text Example
White with #5154EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5154EB; }
p { color: rgb(81,84,235); }
H1.HeaderClassName
{
color: #5154EB;
}
.AnyTagClassName
{
color: #5154EB;
}
</style>
background-color css
<style>
a { background-color: #5154EB; }
a { background-color: rgb(81,84,235); }
div.DivClassName
{
background-color: #5154EB;
}
.BgClassName
{
background-color: #5154EB;
}
</style>
border-color css
<style>
span { border-color: #5154EB; }
span { border-color: rgb(81,84,235); }
td.TdClassName
{
border-color: #5154EB;
}
.TagClassName
{
border-color: #5154EB;
}
</style>