Shades of Neon Blue #5A58FA
Tints of Neon Blue #5A58FA
RGB
CMYK
RGB Variations
Color information
#5A58FA (or 0x5A58FA) is known color: Neon Blue. HEX triplet: 5A, 58 and FA. RGB value is (90,88,250). Sum of RGB (Red+Green+Blue) = 90+88+250=428 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.03% from 428); Green value is 88 (34.77% from 255 or 20.56% from 428); Blue value is 250 (98.05% from 255 or 58.41% from 428); Max value from RGB is 250 - color contains mainly: blue. Hex color #5A58FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A58FA is #A5A705. Grayscale: #6A6A6A. Windows color (decimal): -10856198 or 16406618. OLE color: 16406618.
HSL color Cylindrical-coordinate representation of color #5A58FA: hue angle of 240.74º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5A58FA is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 88 | 250 | - |
| CMYK | 0.64 | 0.65 | 0 | 0.02 |
| HSL | 240.74º | 0.94% | 0.66% | - |
| HSV(B) | 240.74º | 0.65% | 0.98% | - |
| XYZ | 24.96 | 16.06 | 92.23 | - |
| YUV | 107.07 | 208.66 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 88 | 250 | 0.64 | 0.65 | 0 | 0.02 | 240.74 | 0.94 | 0.66 |
| Hex | 5A | 58 | FA | 40 | 41 | 0 | 2 | F1 | 5E | 42 |
| Octal | 132 | 130 | 372 | 100 | 101 | 0 | 2 | 361 | 136 | 102 |
| Binary | 1011010 | 1011000 | 11111010 | 1000000 | 1000001 | 0 | 10 | 11110001 | 1011110 | 1000010 |
Color Harmonies of #5A58FA
Complementary color
Monochromatic Colors of #5A58FA
Black with #5A58FA
Text Example
Text Example
White with #5A58FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A58FA; }
p { color: rgb(90,88,250); }
H1.HeaderClassName
{
color: #5A58FA;
}
.AnyTagClassName
{
color: #5A58FA;
}
</style>
background-color css
<style>
a { background-color: #5A58FA; }
a { background-color: rgb(90,88,250); }
div.DivClassName
{
background-color: #5A58FA;
}
.BgClassName
{
background-color: #5A58FA;
}
</style>
border-color css
<style>
span { border-color: #5A58FA; }
span { border-color: rgb(90,88,250); }
td.TdClassName
{
border-color: #5A58FA;
}
.TagClassName
{
border-color: #5A58FA;
}
</style>