Shades of Neon Blue #5158FD
Tints of Neon Blue #5158FD
RGB
CMYK
RGB Variations
Color information
#5158FD (or 0x5158FD) is known color: Neon Blue. HEX triplet: 51, 58 and FD. RGB value is (81,88,253). Sum of RGB (Red+Green+Blue) = 81+88+253=422 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.19% from 422); Green value is 88 (34.77% from 255 or 20.85% from 422); Blue value is 253 (99.22% from 255 or 59.95% from 422); Max value from RGB is 253 - color contains mainly: blue. Hex color #5158FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5158FD is #AEA702. Grayscale: #686868. Windows color (decimal): -11446019 or 16603217. OLE color: 16603217.
HSL color Cylindrical-coordinate representation of color #5158FD: hue angle of 237.56º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5158FD is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 88 | 253 | - |
| CMYK | 0.68 | 0.65 | 0 | 0.01 |
| HSL | 237.56º | 0.98% | 0.65% | - |
| HSV(B) | 237.56º | 0.68% | 0.99% | - |
| XYZ | 24.61 | 15.82 | 94.68 | - |
| YUV | 104.72 | 211.68 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 88 | 253 | 0.68 | 0.65 | 0 | 0.01 | 237.56 | 0.98 | 0.65 |
| Hex | 51 | 58 | FD | 44 | 41 | 0 | 1 | EE | 62 | 41 |
| Octal | 121 | 130 | 375 | 104 | 101 | 0 | 1 | 356 | 142 | 101 |
| Binary | 1010001 | 1011000 | 11111101 | 1000100 | 1000001 | 0 | 1 | 11101110 | 1100010 | 1000001 |
Color Harmonies of #5158FD
Complementary color
Monochromatic Colors of #5158FD
Black with #5158FD
Text Example
Text Example
White with #5158FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5158FD; }
p { color: rgb(81,88,253); }
H1.HeaderClassName
{
color: #5158FD;
}
.AnyTagClassName
{
color: #5158FD;
}
</style>
background-color css
<style>
a { background-color: #5158FD; }
a { background-color: rgb(81,88,253); }
div.DivClassName
{
background-color: #5158FD;
}
.BgClassName
{
background-color: #5158FD;
}
</style>
border-color css
<style>
span { border-color: #5158FD; }
span { border-color: rgb(81,88,253); }
td.TdClassName
{
border-color: #5158FD;
}
.TagClassName
{
border-color: #5158FD;
}
</style>