Shades of Neon Blue #5137EE
Tints of Neon Blue #5137EE
RGB
CMYK
RGB Variations
Color information
#5137EE (or 0x5137EE) is known color: Neon Blue. HEX triplet: 51, 37 and EE. RGB value is (81,55,238). Sum of RGB (Red+Green+Blue) = 81+55+238=374 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.66% from 374); Green value is 55 (21.88% from 255 or 14.71% from 374); Blue value is 238 (93.36% from 255 or 63.64% from 374); Max value from RGB is 238 - color contains mainly: blue. Hex color #5137EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5137EE is #AEC811. Grayscale: #525252. Windows color (decimal): -11454482 or 15611729. OLE color: 15611729.
HSL color Cylindrical-coordinate representation of color #5137EE: hue angle of 248.52º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5137EE is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 55 | 238 | - |
| CMYK | 0.66 | 0.77 | 0 | 0.07 |
| HSL | 248.52º | 0.84% | 0.57% | - |
| HSV(B) | 248.52º | 0.77% | 0.93% | - |
| XYZ | 20.19 | 10.65 | 81.88 | - |
| YUV | 83.64 | 215.11 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 55 | 238 | 0.66 | 0.77 | 0 | 0.07 | 248.52 | 0.84 | 0.57 |
| Hex | 51 | 37 | EE | 42 | 4D | 0 | 7 | F9 | 54 | 39 |
| Octal | 121 | 67 | 356 | 102 | 115 | 0 | 7 | 371 | 124 | 71 |
| Binary | 1010001 | 110111 | 11101110 | 1000010 | 1001101 | 0 | 111 | 11111001 | 1010100 | 111001 |
Color Harmonies of #5137EE
Complementary color
Monochromatic Colors of #5137EE
Black with #5137EE
Text Example
Text Example
White with #5137EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5137EE; }
p { color: rgb(81,55,238); }
H1.HeaderClassName
{
color: #5137EE;
}
.AnyTagClassName
{
color: #5137EE;
}
</style>
background-color css
<style>
a { background-color: #5137EE; }
a { background-color: rgb(81,55,238); }
div.DivClassName
{
background-color: #5137EE;
}
.BgClassName
{
background-color: #5137EE;
}
</style>
border-color css
<style>
span { border-color: #5137EE; }
span { border-color: rgb(81,55,238); }
td.TdClassName
{
border-color: #5137EE;
}
.TagClassName
{
border-color: #5137EE;
}
</style>