Shades of Neon Blue #5150EE
Tints of Neon Blue #5150EE
RGB
CMYK
RGB Variations
Color information
#5150EE (or 0x5150EE) is known color: Neon Blue. HEX triplet: 51, 50 and EE. RGB value is (81,80,238). Sum of RGB (Red+Green+Blue) = 81+80+238=399 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.30% from 399); Green value is 80 (31.64% from 255 or 20.05% from 399); Blue value is 238 (93.36% from 255 or 59.65% from 399); Max value from RGB is 238 - color contains mainly: blue. Hex color #5150EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5150EE is #AEAF11. Grayscale: #616161. Windows color (decimal): -11448082 or 15618129. OLE color: 15618129.
HSL color Cylindrical-coordinate representation of color #5150EE: hue angle of 240.38º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5150EE is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 80 | 238 | - |
| CMYK | 0.66 | 0.66 | 0 | 0.07 |
| HSL | 240.38º | 0.82% | 0.62% | - |
| HSV(B) | 240.38º | 0.66% | 0.93% | - |
| XYZ | 21.69 | 13.66 | 82.38 | - |
| YUV | 98.31 | 206.83 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 80 | 238 | 0.66 | 0.66 | 0 | 0.07 | 240.38 | 0.82 | 0.62 |
| Hex | 51 | 50 | EE | 42 | 42 | 0 | 7 | F0 | 52 | 3E |
| Octal | 121 | 120 | 356 | 102 | 102 | 0 | 7 | 360 | 122 | 76 |
| Binary | 1010001 | 1010000 | 11101110 | 1000010 | 1000010 | 0 | 111 | 11110000 | 1010010 | 111110 |
Color Harmonies of #5150EE
Complementary color
Monochromatic Colors of #5150EE
Black with #5150EE
Text Example
Text Example
White with #5150EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5150EE; }
p { color: rgb(81,80,238); }
H1.HeaderClassName
{
color: #5150EE;
}
.AnyTagClassName
{
color: #5150EE;
}
</style>
background-color css
<style>
a { background-color: #5150EE; }
a { background-color: rgb(81,80,238); }
div.DivClassName
{
background-color: #5150EE;
}
.BgClassName
{
background-color: #5150EE;
}
</style>
border-color css
<style>
span { border-color: #5150EE; }
span { border-color: rgb(81,80,238); }
td.TdClassName
{
border-color: #5150EE;
}
.TagClassName
{
border-color: #5150EE;
}
</style>