Shades of Neon Blue #5058F6
Tints of Neon Blue #5058F6
RGB
CMYK
RGB Variations
Color information
#5058F6 (or 0x5058F6) is known color: Neon Blue. HEX triplet: 50, 58 and F6. RGB value is (80,88,246). Sum of RGB (Red+Green+Blue) = 80+88+246=414 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.32% from 414); Green value is 88 (34.77% from 255 or 21.26% from 414); Blue value is 246 (96.48% from 255 or 59.42% from 414); Max value from RGB is 246 - color contains mainly: blue. Hex color #5058F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5058F6 is #AFA709. Grayscale: #666666. Windows color (decimal): -11511562 or 16144464. OLE color: 16144464.
HSL color Cylindrical-coordinate representation of color #5058F6: hue angle of 237.11º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5058F6 is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 88 | 246 | - |
| CMYK | 0.67 | 0.64 | 0 | 0.04 |
| HSL | 237.11º | 0.9% | 0.64% | - |
| HSV(B) | 237.11º | 0.67% | 0.96% | - |
| XYZ | 23.43 | 15.34 | 88.91 | - |
| YUV | 103.62 | 208.35 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 88 | 246 | 0.67 | 0.64 | 0 | 0.04 | 237.11 | 0.9 | 0.64 |
| Hex | 50 | 58 | F6 | 43 | 40 | 0 | 4 | ED | 5A | 40 |
| Octal | 120 | 130 | 366 | 103 | 100 | 0 | 4 | 355 | 132 | 100 |
| Binary | 1010000 | 1011000 | 11110110 | 1000011 | 1000000 | 0 | 100 | 11101101 | 1011010 | 1000000 |
Color Harmonies of #5058F6
Complementary color
Monochromatic Colors of #5058F6
Black with #5058F6
Text Example
Text Example
White with #5058F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5058F6; }
p { color: rgb(80,88,246); }
H1.HeaderClassName
{
color: #5058F6;
}
.AnyTagClassName
{
color: #5058F6;
}
</style>
background-color css
<style>
a { background-color: #5058F6; }
a { background-color: rgb(80,88,246); }
div.DivClassName
{
background-color: #5058F6;
}
.BgClassName
{
background-color: #5058F6;
}
</style>
border-color css
<style>
span { border-color: #5058F6; }
span { border-color: rgb(80,88,246); }
td.TdClassName
{
border-color: #5058F6;
}
.TagClassName
{
border-color: #5058F6;
}
</style>