Shades of Neon Blue #585DF4
Tints of Neon Blue #585DF4
RGB
CMYK
RGB Variations
Color information
#585DF4 (or 0x585DF4) is known color: Neon Blue. HEX triplet: 58, 5D and F4. RGB value is (88,93,244). Sum of RGB (Red+Green+Blue) = 88+93+244=425 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.71% from 425); Green value is 93 (36.72% from 255 or 21.88% from 425); Blue value is 244 (95.70% from 255 or 57.41% from 425); Max value from RGB is 244 - color contains mainly: blue. Hex color #585DF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #585DF4 is #A7A20B. Grayscale: #6C6C6C. Windows color (decimal): -10985996 or 16014680. OLE color: 16014680.
HSL color Cylindrical-coordinate representation of color #585DF4: hue angle of 238.08º degrees, saturation: 0.88, 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 #585DF4 is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 88 | 93 | 244 | - |
| CMYK | 0.64 | 0.62 | 0 | 0.04 |
| HSL | 238.08º | 0.88% | 0.65% | - |
| HSV(B) | 238.08º | 0.64% | 0.96% | - |
| XYZ | 24.27 | 16.44 | 87.48 | - |
| YUV | 108.72 | 204.34 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 93 | 244 | 0.64 | 0.62 | 0 | 0.04 | 238.08 | 0.88 | 0.65 |
| Hex | 58 | 5D | F4 | 40 | 3E | 0 | 4 | EE | 58 | 41 |
| Octal | 130 | 135 | 364 | 100 | 76 | 0 | 4 | 356 | 130 | 101 |
| Binary | 1011000 | 1011101 | 11110100 | 1000000 | 111110 | 0 | 100 | 11101110 | 1011000 | 1000001 |
Color Harmonies of #585DF4
Complementary color
Monochromatic Colors of #585DF4
Black with #585DF4
Text Example
Text Example
White with #585DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585DF4; }
p { color: rgb(88,93,244); }
H1.HeaderClassName
{
color: #585DF4;
}
.AnyTagClassName
{
color: #585DF4;
}
</style>
background-color css
<style>
a { background-color: #585DF4; }
a { background-color: rgb(88,93,244); }
div.DivClassName
{
background-color: #585DF4;
}
.BgClassName
{
background-color: #585DF4;
}
</style>
border-color css
<style>
span { border-color: #585DF4; }
span { border-color: rgb(88,93,244); }
td.TdClassName
{
border-color: #585DF4;
}
.TagClassName
{
border-color: #585DF4;
}
</style>