Shades of Neon Blue #585BFA
Tints of Neon Blue #585BFA
RGB
CMYK
RGB Variations
Color information
#585BFA (or 0x585BFA) is known color: Neon Blue. HEX triplet: 58, 5B and FA. RGB value is (88,91,250). Sum of RGB (Red+Green+Blue) = 88+91+250=429 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.51% from 429); Green value is 91 (35.94% from 255 or 21.21% from 429); Blue value is 250 (98.05% from 255 or 58.28% from 429); Max value from RGB is 250 - color contains mainly: blue. Hex color #585BFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #585BFA is #A7A405. Grayscale: #6B6B6B. Windows color (decimal): -10986502 or 16407384. OLE color: 16407384.
HSL color Cylindrical-coordinate representation of color #585BFA: hue angle of 238.89º 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 #585BFA is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 91 | 250 | - |
| CMYK | 0.65 | 0.64 | 0 | 0.02 |
| HSL | 238.89º | 0.94% | 0.66% | - |
| HSV(B) | 238.89º | 0.65% | 0.98% | - |
| XYZ | 25.02 | 16.46 | 92.3 | - |
| YUV | 108.23 | 208.01 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 91 | 250 | 0.65 | 0.64 | 0 | 0.02 | 238.89 | 0.94 | 0.66 |
| Hex | 58 | 5B | FA | 41 | 40 | 0 | 2 | EF | 5E | 42 |
| Octal | 130 | 133 | 372 | 101 | 100 | 0 | 2 | 357 | 136 | 102 |
| Binary | 1011000 | 1011011 | 11111010 | 1000001 | 1000000 | 0 | 10 | 11101111 | 1011110 | 1000010 |
Color Harmonies of #585BFA
Complementary color
Monochromatic Colors of #585BFA
Black with #585BFA
Text Example
Text Example
White with #585BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585BFA; }
p { color: rgb(88,91,250); }
H1.HeaderClassName
{
color: #585BFA;
}
.AnyTagClassName
{
color: #585BFA;
}
</style>
background-color css
<style>
a { background-color: #585BFA; }
a { background-color: rgb(88,91,250); }
div.DivClassName
{
background-color: #585BFA;
}
.BgClassName
{
background-color: #585BFA;
}
</style>
border-color css
<style>
span { border-color: #585BFA; }
span { border-color: rgb(88,91,250); }
td.TdClassName
{
border-color: #585BFA;
}
.TagClassName
{
border-color: #585BFA;
}
</style>