Shades of Neon Blue #5155EE
Tints of Neon Blue #5155EE
RGB
CMYK
RGB Variations
Color information
#5155EE (or 0x5155EE) is known color: Neon Blue. HEX triplet: 51, 55 and EE. RGB value is (81,85,238). Sum of RGB (Red+Green+Blue) = 81+85+238=404 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.05% from 404); Green value is 85 (33.59% from 255 or 21.04% from 404); Blue value is 238 (93.36% from 255 or 58.91% from 404); Max value from RGB is 238 - color contains mainly: blue. Hex color #5155EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5155EE is #AEAA11. Grayscale: #646464. Windows color (decimal): -11446802 or 15619409. OLE color: 15619409.
HSL color Cylindrical-coordinate representation of color #5155EE: hue angle of 238.47º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5155EE is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 85 | 238 | - |
| CMYK | 0.66 | 0.64 | 0 | 0.07 |
| HSL | 238.47º | 0.82% | 0.63% | - |
| HSV(B) | 238.47º | 0.66% | 0.93% | - |
| XYZ | 22.07 | 14.42 | 82.51 | - |
| YUV | 101.25 | 205.17 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 85 | 238 | 0.66 | 0.64 | 0 | 0.07 | 238.47 | 0.82 | 0.63 |
| Hex | 51 | 55 | EE | 42 | 40 | 0 | 7 | EE | 52 | 3F |
| Octal | 121 | 125 | 356 | 102 | 100 | 0 | 7 | 356 | 122 | 77 |
| Binary | 1010001 | 1010101 | 11101110 | 1000010 | 1000000 | 0 | 111 | 11101110 | 1010010 | 111111 |
Color Harmonies of #5155EE
Complementary color
Monochromatic Colors of #5155EE
Black with #5155EE
Text Example
Text Example
White with #5155EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5155EE; }
p { color: rgb(81,85,238); }
H1.HeaderClassName
{
color: #5155EE;
}
.AnyTagClassName
{
color: #5155EE;
}
</style>
background-color css
<style>
a { background-color: #5155EE; }
a { background-color: rgb(81,85,238); }
div.DivClassName
{
background-color: #5155EE;
}
.BgClassName
{
background-color: #5155EE;
}
</style>
border-color css
<style>
span { border-color: #5155EE; }
span { border-color: rgb(81,85,238); }
td.TdClassName
{
border-color: #5155EE;
}
.TagClassName
{
border-color: #5155EE;
}
</style>