Shades of Neon Blue #5140E1
Tints of Neon Blue #5140E1
RGB
CMYK
RGB Variations
Color information
#5140E1 (or 0x5140E1) is known color: Neon Blue. HEX triplet: 51, 40 and E1. RGB value is (81,64,225). Sum of RGB (Red+Green+Blue) = 81+64+225=370 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.89% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 225 (88.28% from 255 or 60.81% from 370); Max value from RGB is 225 - color contains mainly: blue. Hex color #5140E1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5140E1 is #AEBF1E. Grayscale: #565656. Windows color (decimal): -11452191 or 14762065. OLE color: 14762065.
HSL color Cylindrical-coordinate representation of color #5140E1: hue angle of 246.34º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5140E1 is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 81 | 64 | 225 | - |
| CMYK | 0.64 | 0.72 | 0 | 0.12 |
| HSL | 246.34º | 0.73% | 0.57% | - |
| HSV(B) | 246.34º | 0.72% | 0.88% | - |
| XYZ | 18.82 | 10.85 | 72.34 | - |
| YUV | 87.44 | 205.63 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 64 | 225 | 0.64 | 0.72 | 0 | 0.12 | 246.34 | 0.73 | 0.57 |
| Hex | 51 | 40 | E1 | 40 | 48 | 0 | C | F6 | 49 | 39 |
| Octal | 121 | 100 | 341 | 100 | 110 | 0 | 14 | 366 | 111 | 71 |
| Binary | 1010001 | 1000000 | 11100001 | 1000000 | 1001000 | 0 | 1100 | 11110110 | 1001001 | 111001 |
Color Harmonies of #5140E1
Complementary color
Monochromatic Colors of #5140E1
Black with #5140E1
Text Example
Text Example
White with #5140E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5140E1; }
p { color: rgb(81,64,225); }
H1.HeaderClassName
{
color: #5140E1;
}
.AnyTagClassName
{
color: #5140E1;
}
</style>
background-color css
<style>
a { background-color: #5140E1; }
a { background-color: rgb(81,64,225); }
div.DivClassName
{
background-color: #5140E1;
}
.BgClassName
{
background-color: #5140E1;
}
</style>
border-color css
<style>
span { border-color: #5140E1; }
span { border-color: rgb(81,64,225); }
td.TdClassName
{
border-color: #5140E1;
}
.TagClassName
{
border-color: #5140E1;
}
</style>