Shades of Neon Blue #5157F8
Tints of Neon Blue #5157F8
RGB
CMYK
RGB Variations
Color information
#5157F8 (or 0x5157F8) is known color: Neon Blue. HEX triplet: 51, 57 and F8. RGB value is (81,87,248). Sum of RGB (Red+Green+Blue) = 81+87+248=416 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.47% from 416); Green value is 87 (34.38% from 255 or 20.91% from 416); Blue value is 248 (97.27% from 255 or 59.62% from 416); Max value from RGB is 248 - color contains mainly: blue. Hex color #5157F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5157F8 is #AEA807. Grayscale: #666666. Windows color (decimal): -11446280 or 16275281. OLE color: 16275281.
HSL color Cylindrical-coordinate representation of color #5157F8: hue angle of 237.84º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5157F8 is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 81 | 87 | 248 | - |
| CMYK | 0.67 | 0.65 | 0 | 0.03 |
| HSL | 237.84º | 0.92% | 0.65% | - |
| HSV(B) | 237.84º | 0.67% | 0.97% | - |
| XYZ | 23.74 | 15.34 | 90.52 | - |
| YUV | 103.56 | 209.51 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 87 | 248 | 0.67 | 0.65 | 0 | 0.03 | 237.84 | 0.92 | 0.65 |
| Hex | 51 | 57 | F8 | 43 | 41 | 0 | 3 | EE | 5C | 41 |
| Octal | 121 | 127 | 370 | 103 | 101 | 0 | 3 | 356 | 134 | 101 |
| Binary | 1010001 | 1010111 | 11111000 | 1000011 | 1000001 | 0 | 11 | 11101110 | 1011100 | 1000001 |
Color Harmonies of #5157F8
Complementary color
Monochromatic Colors of #5157F8
Black with #5157F8
Text Example
Text Example
White with #5157F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5157F8; }
p { color: rgb(81,87,248); }
H1.HeaderClassName
{
color: #5157F8;
}
.AnyTagClassName
{
color: #5157F8;
}
</style>
background-color css
<style>
a { background-color: #5157F8; }
a { background-color: rgb(81,87,248); }
div.DivClassName
{
background-color: #5157F8;
}
.BgClassName
{
background-color: #5157F8;
}
</style>
border-color css
<style>
span { border-color: #5157F8; }
span { border-color: rgb(81,87,248); }
td.TdClassName
{
border-color: #5157F8;
}
.TagClassName
{
border-color: #5157F8;
}
</style>