Shades of Neon Blue #5059FE
Tints of Neon Blue #5059FE
RGB
CMYK
RGB Variations
Color information
#5059FE (or 0x5059FE) is known color: Neon Blue. HEX triplet: 50, 59 and FE. RGB value is (80,89,254). Sum of RGB (Red+Green+Blue) = 80+89+254=423 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.91% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 254 (99.61% from 255 or 60.05% from 423); Max value from RGB is 254 - color contains mainly: blue. Hex color #5059FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5059FE is #AFA601. Grayscale: #686868. Windows color (decimal): -11511298 or 16669008. OLE color: 16669008.
HSL color Cylindrical-coordinate representation of color #5059FE: hue angle of 236.9º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5059FE is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 89 | 254 | - |
| CMYK | 0.69 | 0.65 | 0 | 0.00 |
| HSL | 236.9º | 0.99% | 0.65% | - |
| HSV(B) | 236.9º | 0.69% | 1% | - |
| XYZ | 24.77 | 16.01 | 95.55 | - |
| YUV | 105.12 | 212.02 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 89 | 254 | 0.69 | 0.65 | 0 | 0.00 | 236.9 | 0.99 | 0.65 |
| Hex | 50 | 59 | FE | 45 | 41 | 0 | 0 | ED | 63 | 41 |
| Octal | 120 | 131 | 376 | 105 | 101 | 0 | 0 | 355 | 143 | 101 |
| Binary | 1010000 | 1011001 | 11111110 | 1000101 | 1000001 | 0 | 0 | 11101101 | 1100011 | 1000001 |
Color Harmonies of #5059FE
Complementary color
Monochromatic Colors of #5059FE
Black with #5059FE
Text Example
Text Example
White with #5059FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5059FE; }
p { color: rgb(80,89,254); }
H1.HeaderClassName
{
color: #5059FE;
}
.AnyTagClassName
{
color: #5059FE;
}
</style>
background-color css
<style>
a { background-color: #5059FE; }
a { background-color: rgb(80,89,254); }
div.DivClassName
{
background-color: #5059FE;
}
.BgClassName
{
background-color: #5059FE;
}
</style>
border-color css
<style>
span { border-color: #5059FE; }
span { border-color: rgb(80,89,254); }
td.TdClassName
{
border-color: #5059FE;
}
.TagClassName
{
border-color: #5059FE;
}
</style>