Shades of Neon Blue #5138ED
Tints of Neon Blue #5138ED
RGB
CMYK
RGB Variations
Color information
#5138ED (or 0x5138ED) is known color: Neon Blue. HEX triplet: 51, 38 and ED. RGB value is (81,56,237). Sum of RGB (Red+Green+Blue) = 81+56+237=374 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.66% from 374); Green value is 56 (22.27% from 255 or 14.97% from 374); Blue value is 237 (92.97% from 255 or 63.37% from 374); Max value from RGB is 237 - color contains mainly: blue. Hex color #5138ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5138ED is #AEC712. Grayscale: #535353. Windows color (decimal): -11454227 or 15546449. OLE color: 15546449.
HSL color Cylindrical-coordinate representation of color #5138ED: hue angle of 248.29º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5138ED is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 56 | 237 | - |
| CMYK | 0.66 | 0.76 | 0 | 0.07 |
| HSL | 248.29º | 0.83% | 0.57% | - |
| HSV(B) | 248.29º | 0.76% | 0.93% | - |
| XYZ | 20.09 | 10.69 | 81.13 | - |
| YUV | 84.11 | 214.28 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 56 | 237 | 0.66 | 0.76 | 0 | 0.07 | 248.29 | 0.83 | 0.57 |
| Hex | 51 | 38 | ED | 42 | 4C | 0 | 7 | F8 | 53 | 39 |
| Octal | 121 | 70 | 355 | 102 | 114 | 0 | 7 | 370 | 123 | 71 |
| Binary | 1010001 | 111000 | 11101101 | 1000010 | 1001100 | 0 | 111 | 11111000 | 1010011 | 111001 |
Color Harmonies of #5138ED
Complementary color
Monochromatic Colors of #5138ED
Black with #5138ED
Text Example
Text Example
White with #5138ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5138ED; }
p { color: rgb(81,56,237); }
H1.HeaderClassName
{
color: #5138ED;
}
.AnyTagClassName
{
color: #5138ED;
}
</style>
background-color css
<style>
a { background-color: #5138ED; }
a { background-color: rgb(81,56,237); }
div.DivClassName
{
background-color: #5138ED;
}
.BgClassName
{
background-color: #5138ED;
}
</style>
border-color css
<style>
span { border-color: #5138ED; }
span { border-color: rgb(81,56,237); }
td.TdClassName
{
border-color: #5138ED;
}
.TagClassName
{
border-color: #5138ED;
}
</style>