Shades of Neon Blue #5140EF
Tints of Neon Blue #5140EF
RGB
CMYK
RGB Variations
Color information
#5140EF (or 0x5140EF) is known color: Neon Blue. HEX triplet: 51, 40 and EF. RGB value is (81,64,239). Sum of RGB (Red+Green+Blue) = 81+64+239=384 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.09% from 384); Green value is 64 (25.39% from 255 or 16.67% from 384); Blue value is 239 (93.75% from 255 or 62.24% from 384); Max value from RGB is 239 - color contains mainly: blue. Hex color #5140EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5140EF is #AEBF10. Grayscale: #585858. Windows color (decimal): -11452177 or 15679569. OLE color: 15679569.
HSL color Cylindrical-coordinate representation of color #5140EF: hue angle of 245.83º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5140EF is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 81 | 64 | 239 | - |
| CMYK | 0.66 | 0.73 | 0 | 0.06 |
| HSL | 245.83º | 0.85% | 0.59% | - |
| HSV(B) | 245.83º | 0.73% | 0.94% | - |
| XYZ | 20.81 | 11.65 | 82.81 | - |
| YUV | 89.03 | 212.63 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 64 | 239 | 0.66 | 0.73 | 0 | 0.06 | 245.83 | 0.85 | 0.59 |
| Hex | 51 | 40 | EF | 42 | 49 | 0 | 6 | F6 | 55 | 3B |
| Octal | 121 | 100 | 357 | 102 | 111 | 0 | 6 | 366 | 125 | 73 |
| Binary | 1010001 | 1000000 | 11101111 | 1000010 | 1001001 | 0 | 110 | 11110110 | 1010101 | 111011 |
Color Harmonies of #5140EF
Complementary color
Monochromatic Colors of #5140EF
Black with #5140EF
Text Example
Text Example
White with #5140EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5140EF; }
p { color: rgb(81,64,239); }
H1.HeaderClassName
{
color: #5140EF;
}
.AnyTagClassName
{
color: #5140EF;
}
</style>
background-color css
<style>
a { background-color: #5140EF; }
a { background-color: rgb(81,64,239); }
div.DivClassName
{
background-color: #5140EF;
}
.BgClassName
{
background-color: #5140EF;
}
</style>
border-color css
<style>
span { border-color: #5140EF; }
span { border-color: rgb(81,64,239); }
td.TdClassName
{
border-color: #5140EF;
}
.TagClassName
{
border-color: #5140EF;
}
</style>