Shades of Neon Blue #583CEB
Tints of Neon Blue #583CEB
RGB
CMYK
RGB Variations
Color information
#583CEB (or 0x583CEB) is known color: Neon Blue. HEX triplet: 58, 3C and EB. RGB value is (88,60,235). Sum of RGB (Red+Green+Blue) = 88+60+235=383 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.98% from 383); Green value is 60 (23.83% from 255 or 15.67% from 383); Blue value is 235 (92.19% from 255 or 61.36% from 383); Max value from RGB is 235 - color contains mainly: blue. Hex color #583CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #583CEB is #A7C314. Grayscale: #575757. Windows color (decimal): -10994453 or 15416408. OLE color: 15416408.
HSL color Cylindrical-coordinate representation of color #583CEB: hue angle of 249.6º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #583CEB is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 88 | 60 | 235 | - |
| CMYK | 0.63 | 0.74 | 0 | 0.08 |
| HSL | 249.6º | 0.81% | 0.58% | - |
| HSV(B) | 249.6º | 0.74% | 0.92% | - |
| XYZ | 20.64 | 11.3 | 79.69 | - |
| YUV | 88.32 | 210.78 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 60 | 235 | 0.63 | 0.74 | 0 | 0.08 | 249.6 | 0.81 | 0.58 |
| Hex | 58 | 3C | EB | 3F | 4A | 0 | 8 | FA | 51 | 3A |
| Octal | 130 | 74 | 353 | 77 | 112 | 0 | 10 | 372 | 121 | 72 |
| Binary | 1011000 | 111100 | 11101011 | 111111 | 1001010 | 0 | 1000 | 11111010 | 1010001 | 111010 |
Color Harmonies of #583CEB
Complementary color
Monochromatic Colors of #583CEB
Black with #583CEB
Text Example
Text Example
White with #583CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583CEB; }
p { color: rgb(88,60,235); }
H1.HeaderClassName
{
color: #583CEB;
}
.AnyTagClassName
{
color: #583CEB;
}
</style>
background-color css
<style>
a { background-color: #583CEB; }
a { background-color: rgb(88,60,235); }
div.DivClassName
{
background-color: #583CEB;
}
.BgClassName
{
background-color: #583CEB;
}
</style>
border-color css
<style>
span { border-color: #583CEB; }
span { border-color: rgb(88,60,235); }
td.TdClassName
{
border-color: #583CEB;
}
.TagClassName
{
border-color: #583CEB;
}
</style>