Shades of Neon Blue #5136EE
Tints of Neon Blue #5136EE
RGB
CMYK
RGB Variations
Color information
#5136EE (or 0x5136EE) is known color: Neon Blue. HEX triplet: 51, 36 and EE. RGB value is (81,54,238). Sum of RGB (Red+Green+Blue) = 81+54+238=373 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.72% from 373); Green value is 54 (21.48% from 255 or 14.48% from 373); Blue value is 238 (93.36% from 255 or 63.81% from 373); Max value from RGB is 238 - color contains mainly: blue. Hex color #5136EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5136EE is #AEC911. Grayscale: #525252. Windows color (decimal): -11454738 or 15611473. OLE color: 15611473.
HSL color Cylindrical-coordinate representation of color #5136EE: hue angle of 248.8º 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 #5136EE is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 54 | 238 | - |
| CMYK | 0.66 | 0.77 | 0 | 0.07 |
| HSL | 248.8º | 0.84% | 0.57% | - |
| HSV(B) | 248.8º | 0.77% | 0.93% | - |
| XYZ | 20.15 | 10.56 | 81.87 | - |
| YUV | 83.05 | 215.45 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 54 | 238 | 0.66 | 0.77 | 0 | 0.07 | 248.8 | 0.84 | 0.57 |
| Hex | 51 | 36 | EE | 42 | 4D | 0 | 7 | F9 | 54 | 39 |
| Octal | 121 | 66 | 356 | 102 | 115 | 0 | 7 | 371 | 124 | 71 |
| Binary | 1010001 | 110110 | 11101110 | 1000010 | 1001101 | 0 | 111 | 11111001 | 1010100 | 111001 |
Color Harmonies of #5136EE
Complementary color
Monochromatic Colors of #5136EE
Black with #5136EE
Text Example
Text Example
White with #5136EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5136EE; }
p { color: rgb(81,54,238); }
H1.HeaderClassName
{
color: #5136EE;
}
.AnyTagClassName
{
color: #5136EE;
}
</style>
background-color css
<style>
a { background-color: #5136EE; }
a { background-color: rgb(81,54,238); }
div.DivClassName
{
background-color: #5136EE;
}
.BgClassName
{
background-color: #5136EE;
}
</style>
border-color css
<style>
span { border-color: #5136EE; }
span { border-color: rgb(81,54,238); }
td.TdClassName
{
border-color: #5136EE;
}
.TagClassName
{
border-color: #5136EE;
}
</style>