Shades of Neon Blue #5140EE
Tints of Neon Blue #5140EE
RGB
CMYK
RGB Variations
Color information
#5140EE (or 0x5140EE) is known color: Neon Blue. HEX triplet: 51, 40 and EE. RGB value is (81,64,238). Sum of RGB (Red+Green+Blue) = 81+64+238=383 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.15% from 383); Green value is 64 (25.39% from 255 or 16.71% from 383); Blue value is 238 (93.36% from 255 or 62.14% from 383); Max value from RGB is 238 - color contains mainly: blue. Hex color #5140EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5140EE is #AEBF11. Grayscale: #585858. Windows color (decimal): -11452178 or 15614033. OLE color: 15614033.
HSL color Cylindrical-coordinate representation of color #5140EE: hue angle of 245.86º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5140EE is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 64 | 238 | - |
| CMYK | 0.66 | 0.73 | 0 | 0.07 |
| HSL | 245.86º | 0.84% | 0.59% | - |
| HSV(B) | 245.86º | 0.73% | 0.93% | - |
| XYZ | 20.66 | 11.59 | 82.04 | - |
| YUV | 88.92 | 212.13 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 64 | 238 | 0.66 | 0.73 | 0 | 0.07 | 245.86 | 0.84 | 0.59 |
| Hex | 51 | 40 | EE | 42 | 49 | 0 | 7 | F6 | 54 | 3B |
| Octal | 121 | 100 | 356 | 102 | 111 | 0 | 7 | 366 | 124 | 73 |
| Binary | 1010001 | 1000000 | 11101110 | 1000010 | 1001001 | 0 | 111 | 11110110 | 1010100 | 111011 |
Color Harmonies of #5140EE
Complementary color
Monochromatic Colors of #5140EE
Black with #5140EE
Text Example
Text Example
White with #5140EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5140EE; }
p { color: rgb(81,64,238); }
H1.HeaderClassName
{
color: #5140EE;
}
.AnyTagClassName
{
color: #5140EE;
}
</style>
background-color css
<style>
a { background-color: #5140EE; }
a { background-color: rgb(81,64,238); }
div.DivClassName
{
background-color: #5140EE;
}
.BgClassName
{
background-color: #5140EE;
}
</style>
border-color css
<style>
span { border-color: #5140EE; }
span { border-color: rgb(81,64,238); }
td.TdClassName
{
border-color: #5140EE;
}
.TagClassName
{
border-color: #5140EE;
}
</style>