Shades of Neon Blue #583CE7
Tints of Neon Blue #583CE7
RGB
CMYK
RGB Variations
Color information
#583CE7 (or 0x583CE7) is known color: Neon Blue. HEX triplet: 58, 3C and E7. RGB value is (88,60,231). Sum of RGB (Red+Green+Blue) = 88+60+231=379 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.22% from 379); Green value is 60 (23.83% from 255 or 15.83% from 379); Blue value is 231 (90.62% from 255 or 60.95% from 379); Max value from RGB is 231 - color contains mainly: blue. Hex color #583CE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #583CE7 is #A7C318. Grayscale: #575757. Windows color (decimal): -10994457 or 15154264. OLE color: 15154264.
HSL color Cylindrical-coordinate representation of color #583CE7: hue angle of 249.82º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #583CE7 is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 88 | 60 | 231 | - |
| CMYK | 0.62 | 0.74 | 0 | 0.09 |
| HSL | 249.82º | 0.78% | 0.57% | - |
| HSV(B) | 249.82º | 0.74% | 0.91% | - |
| XYZ | 20.06 | 11.08 | 76.68 | - |
| YUV | 87.87 | 208.78 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 60 | 231 | 0.62 | 0.74 | 0 | 0.09 | 249.82 | 0.78 | 0.57 |
| Hex | 58 | 3C | E7 | 3E | 4A | 0 | 9 | FA | 4E | 39 |
| Octal | 130 | 74 | 347 | 76 | 112 | 0 | 11 | 372 | 116 | 71 |
| Binary | 1011000 | 111100 | 11100111 | 111110 | 1001010 | 0 | 1001 | 11111010 | 1001110 | 111001 |
Color Harmonies of #583CE7
Complementary color
Monochromatic Colors of #583CE7
Black with #583CE7
Text Example
Text Example
White with #583CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583CE7; }
p { color: rgb(88,60,231); }
H1.HeaderClassName
{
color: #583CE7;
}
.AnyTagClassName
{
color: #583CE7;
}
</style>
background-color css
<style>
a { background-color: #583CE7; }
a { background-color: rgb(88,60,231); }
div.DivClassName
{
background-color: #583CE7;
}
.BgClassName
{
background-color: #583CE7;
}
</style>
border-color css
<style>
span { border-color: #583CE7; }
span { border-color: rgb(88,60,231); }
td.TdClassName
{
border-color: #583CE7;
}
.TagClassName
{
border-color: #583CE7;
}
</style>