Shades of Neon Blue #5A58F6
Tints of Neon Blue #5A58F6
RGB
CMYK
RGB Variations
Color information
#5A58F6 (or 0x5A58F6) is known color: Neon Blue. HEX triplet: 5A, 58 and F6. RGB value is (90,88,246). Sum of RGB (Red+Green+Blue) = 90+88+246=424 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.23% from 424); Green value is 88 (34.77% from 255 or 20.75% from 424); Blue value is 246 (96.48% from 255 or 58.02% from 424); Max value from RGB is 246 - color contains mainly: blue. Hex color #5A58F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A58F6 is #A5A709. Grayscale: #696969. Windows color (decimal): -10856202 or 16144474. OLE color: 16144474.
HSL color Cylindrical-coordinate representation of color #5A58F6: hue angle of 240.76º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A58F6 is Cyan = 0.63, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 90 | 88 | 246 | - |
| CMYK | 0.63 | 0.64 | 0 | 0.04 |
| HSL | 240.76º | 0.9% | 0.65% | - |
| HSV(B) | 240.76º | 0.64% | 0.96% | - |
| XYZ | 24.34 | 15.81 | 88.96 | - |
| YUV | 106.61 | 206.66 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 88 | 246 | 0.63 | 0.64 | 0 | 0.04 | 240.76 | 0.9 | 0.65 |
| Hex | 5A | 58 | F6 | 3F | 40 | 0 | 4 | F1 | 5A | 41 |
| Octal | 132 | 130 | 366 | 77 | 100 | 0 | 4 | 361 | 132 | 101 |
| Binary | 1011010 | 1011000 | 11110110 | 111111 | 1000000 | 0 | 100 | 11110001 | 1011010 | 1000001 |
Color Harmonies of #5A58F6
Complementary color
Monochromatic Colors of #5A58F6
Black with #5A58F6
Text Example
Text Example
White with #5A58F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A58F6; }
p { color: rgb(90,88,246); }
H1.HeaderClassName
{
color: #5A58F6;
}
.AnyTagClassName
{
color: #5A58F6;
}
</style>
background-color css
<style>
a { background-color: #5A58F6; }
a { background-color: rgb(90,88,246); }
div.DivClassName
{
background-color: #5A58F6;
}
.BgClassName
{
background-color: #5A58F6;
}
</style>
border-color css
<style>
span { border-color: #5A58F6; }
span { border-color: rgb(90,88,246); }
td.TdClassName
{
border-color: #5A58F6;
}
.TagClassName
{
border-color: #5A58F6;
}
</style>