Shades of Neon Blue #585BF2
Tints of Neon Blue #585BF2
RGB
CMYK
RGB Variations
Color information
#585BF2 (or 0x585BF2) is known color: Neon Blue. HEX triplet: 58, 5B and F2. RGB value is (88,91,242). Sum of RGB (Red+Green+Blue) = 88+91+242=421 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.90% from 421); Green value is 91 (35.94% from 255 or 21.62% from 421); Blue value is 242 (94.92% from 255 or 57.48% from 421); Max value from RGB is 242 - color contains mainly: blue. Hex color #585BF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #585BF2 is #A7A40D. Grayscale: #6A6A6A. Windows color (decimal): -10986510 or 15883096. OLE color: 15883096.
HSL color Cylindrical-coordinate representation of color #585BF2: hue angle of 238.83º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #585BF2 is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 88 | 91 | 242 | - |
| CMYK | 0.64 | 0.62 | 0 | 0.05 |
| HSL | 238.83º | 0.86% | 0.65% | - |
| HSV(B) | 238.83º | 0.64% | 0.95% | - |
| XYZ | 23.79 | 15.97 | 85.83 | - |
| YUV | 107.32 | 204.01 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 91 | 242 | 0.64 | 0.62 | 0 | 0.05 | 238.83 | 0.86 | 0.65 |
| Hex | 58 | 5B | F2 | 40 | 3E | 0 | 5 | EF | 56 | 41 |
| Octal | 130 | 133 | 362 | 100 | 76 | 0 | 5 | 357 | 126 | 101 |
| Binary | 1011000 | 1011011 | 11110010 | 1000000 | 111110 | 0 | 101 | 11101111 | 1010110 | 1000001 |
Color Harmonies of #585BF2
Complementary color
Monochromatic Colors of #585BF2
Black with #585BF2
Text Example
Text Example
White with #585BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585BF2; }
p { color: rgb(88,91,242); }
H1.HeaderClassName
{
color: #585BF2;
}
.AnyTagClassName
{
color: #585BF2;
}
</style>
background-color css
<style>
a { background-color: #585BF2; }
a { background-color: rgb(88,91,242); }
div.DivClassName
{
background-color: #585BF2;
}
.BgClassName
{
background-color: #585BF2;
}
</style>
border-color css
<style>
span { border-color: #585BF2; }
span { border-color: rgb(88,91,242); }
td.TdClassName
{
border-color: #585BF2;
}
.TagClassName
{
border-color: #585BF2;
}
</style>