Shades of Neon Blue #585BFB
Tints of Neon Blue #585BFB
RGB
CMYK
RGB Variations
Color information
#585BFB (or 0x585BFB) is known color: Neon Blue. HEX triplet: 58, 5B and FB. RGB value is (88,91,251). Sum of RGB (Red+Green+Blue) = 88+91+251=430 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.47% from 430); Green value is 91 (35.94% from 255 or 21.16% from 430); Blue value is 251 (98.44% from 255 or 58.37% from 430); Max value from RGB is 251 - color contains mainly: blue. Hex color #585BFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #585BFB is #A7A404. Grayscale: #6B6B6B. Windows color (decimal): -10986501 or 16472920. OLE color: 16472920.
HSL color Cylindrical-coordinate representation of color #585BFB: hue angle of 238.9º degrees, saturation: 0.95, 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 #585BFB is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 91 | 251 | - |
| CMYK | 0.65 | 0.64 | 0 | 0.02 |
| HSL | 238.9º | 0.95% | 0.66% | - |
| HSV(B) | 238.9º | 0.65% | 0.98% | - |
| XYZ | 25.18 | 16.52 | 93.13 | - |
| YUV | 108.34 | 208.51 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 91 | 251 | 0.65 | 0.64 | 0 | 0.02 | 238.9 | 0.95 | 0.66 |
| Hex | 58 | 5B | FB | 41 | 40 | 0 | 2 | EF | 5F | 42 |
| Octal | 130 | 133 | 373 | 101 | 100 | 0 | 2 | 357 | 137 | 102 |
| Binary | 1011000 | 1011011 | 11111011 | 1000001 | 1000000 | 0 | 10 | 11101111 | 1011111 | 1000010 |
Color Harmonies of #585BFB
Complementary color
Monochromatic Colors of #585BFB
Black with #585BFB
Text Example
Text Example
White with #585BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585BFB; }
p { color: rgb(88,91,251); }
H1.HeaderClassName
{
color: #585BFB;
}
.AnyTagClassName
{
color: #585BFB;
}
</style>
background-color css
<style>
a { background-color: #585BFB; }
a { background-color: rgb(88,91,251); }
div.DivClassName
{
background-color: #585BFB;
}
.BgClassName
{
background-color: #585BFB;
}
</style>
border-color css
<style>
span { border-color: #585BFB; }
span { border-color: rgb(88,91,251); }
td.TdClassName
{
border-color: #585BFB;
}
.TagClassName
{
border-color: #585BFB;
}
</style>