Shades of Neon Blue #5157EA
Tints of Neon Blue #5157EA
RGB
CMYK
RGB Variations
Color information
#5157EA (or 0x5157EA) is known color: Neon Blue. HEX triplet: 51, 57 and EA. RGB value is (81,87,234). Sum of RGB (Red+Green+Blue) = 81+87+234=402 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.15% from 402); Green value is 87 (34.38% from 255 or 21.64% from 402); Blue value is 234 (91.80% from 255 or 58.21% from 402); Max value from RGB is 234 - color contains mainly: blue. Hex color #5157EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5157EA is #AEA815. Grayscale: #656565. Windows color (decimal): -11446294 or 15357777. OLE color: 15357777.
HSL color Cylindrical-coordinate representation of color #5157EA: hue angle of 237.65º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5157EA is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 81 | 87 | 234 | - |
| CMYK | 0.65 | 0.63 | 0 | 0.08 |
| HSL | 237.65º | 0.78% | 0.62% | - |
| HSV(B) | 237.65º | 0.65% | 0.92% | - |
| XYZ | 21.65 | 14.51 | 79.5 | - |
| YUV | 101.96 | 202.51 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 87 | 234 | 0.65 | 0.63 | 0 | 0.08 | 237.65 | 0.78 | 0.62 |
| Hex | 51 | 57 | EA | 41 | 3F | 0 | 8 | EE | 4E | 3E |
| Octal | 121 | 127 | 352 | 101 | 77 | 0 | 10 | 356 | 116 | 76 |
| Binary | 1010001 | 1010111 | 11101010 | 1000001 | 111111 | 0 | 1000 | 11101110 | 1001110 | 111110 |
Color Harmonies of #5157EA
Complementary color
Monochromatic Colors of #5157EA
Black with #5157EA
Text Example
Text Example
White with #5157EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5157EA; }
p { color: rgb(81,87,234); }
H1.HeaderClassName
{
color: #5157EA;
}
.AnyTagClassName
{
color: #5157EA;
}
</style>
background-color css
<style>
a { background-color: #5157EA; }
a { background-color: rgb(81,87,234); }
div.DivClassName
{
background-color: #5157EA;
}
.BgClassName
{
background-color: #5157EA;
}
</style>
border-color css
<style>
span { border-color: #5157EA; }
span { border-color: rgb(81,87,234); }
td.TdClassName
{
border-color: #5157EA;
}
.TagClassName
{
border-color: #5157EA;
}
</style>