Shades of Neon Blue #583CE6
Tints of Neon Blue #583CE6
RGB
CMYK
RGB Variations
Color information
#583CE6 (or 0x583CE6) is known color: Neon Blue. HEX triplet: 58, 3C and E6. RGB value is (88,60,230). Sum of RGB (Red+Green+Blue) = 88+60+230=378 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.28% from 378); Green value is 60 (23.83% from 255 or 15.87% from 378); Blue value is 230 (90.23% from 255 or 60.85% from 378); Max value from RGB is 230 - color contains mainly: blue. Hex color #583CE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #583CE6 is #A7C319. Grayscale: #575757. Windows color (decimal): -10994458 or 15088728. OLE color: 15088728.
HSL color Cylindrical-coordinate representation of color #583CE6: hue angle of 249.88º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #583CE6 is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 88 | 60 | 230 | - |
| CMYK | 0.62 | 0.74 | 0 | 0.10 |
| HSL | 249.88º | 0.77% | 0.57% | - |
| HSV(B) | 249.88º | 0.74% | 0.9% | - |
| XYZ | 19.92 | 11.02 | 75.94 | - |
| YUV | 87.75 | 208.28 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 60 | 230 | 0.62 | 0.74 | 0 | 0.10 | 249.88 | 0.77 | 0.57 |
| Hex | 58 | 3C | E6 | 3E | 4A | 0 | A | FA | 4D | 39 |
| Octal | 130 | 74 | 346 | 76 | 112 | 0 | 12 | 372 | 115 | 71 |
| Binary | 1011000 | 111100 | 11100110 | 111110 | 1001010 | 0 | 1010 | 11111010 | 1001101 | 111001 |
Color Harmonies of #583CE6
Complementary color
Monochromatic Colors of #583CE6
Black with #583CE6
Text Example
Text Example
White with #583CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583CE6; }
p { color: rgb(88,60,230); }
H1.HeaderClassName
{
color: #583CE6;
}
.AnyTagClassName
{
color: #583CE6;
}
</style>
background-color css
<style>
a { background-color: #583CE6; }
a { background-color: rgb(88,60,230); }
div.DivClassName
{
background-color: #583CE6;
}
.BgClassName
{
background-color: #583CE6;
}
</style>
border-color css
<style>
span { border-color: #583CE6; }
span { border-color: rgb(88,60,230); }
td.TdClassName
{
border-color: #583CE6;
}
.TagClassName
{
border-color: #583CE6;
}
</style>