Shades of Neon Blue #583FEC
Tints of Neon Blue #583FEC
RGB
CMYK
RGB Variations
Color information
#583FEC (or 0x583FEC) is known color: Neon Blue. HEX triplet: 58, 3F and EC. RGB value is (88,63,236). Sum of RGB (Red+Green+Blue) = 88+63+236=387 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.74% from 387); Green value is 63 (25% from 255 or 16.28% from 387); Blue value is 236 (92.58% from 255 or 60.98% from 387); Max value from RGB is 236 - color contains mainly: blue. Hex color #583FEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #583FEC is #A7C013. Grayscale: #595959. Windows color (decimal): -10993684 or 15482712. OLE color: 15482712.
HSL color Cylindrical-coordinate representation of color #583FEC: hue angle of 248.67º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #583FEC is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 63 | 236 | - |
| CMYK | 0.63 | 0.73 | 0 | 0.07 |
| HSL | 248.67º | 0.82% | 0.59% | - |
| HSV(B) | 248.67º | 0.73% | 0.93% | - |
| XYZ | 20.94 | 11.69 | 80.51 | - |
| YUV | 90.2 | 210.28 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 63 | 236 | 0.63 | 0.73 | 0 | 0.07 | 248.67 | 0.82 | 0.59 |
| Hex | 58 | 3F | EC | 3F | 49 | 0 | 7 | F9 | 52 | 3B |
| Octal | 130 | 77 | 354 | 77 | 111 | 0 | 7 | 371 | 122 | 73 |
| Binary | 1011000 | 111111 | 11101100 | 111111 | 1001001 | 0 | 111 | 11111001 | 1010010 | 111011 |
Color Harmonies of #583FEC
Complementary color
Monochromatic Colors of #583FEC
Black with #583FEC
Text Example
Text Example
White with #583FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583FEC; }
p { color: rgb(88,63,236); }
H1.HeaderClassName
{
color: #583FEC;
}
.AnyTagClassName
{
color: #583FEC;
}
</style>
background-color css
<style>
a { background-color: #583FEC; }
a { background-color: rgb(88,63,236); }
div.DivClassName
{
background-color: #583FEC;
}
.BgClassName
{
background-color: #583FEC;
}
</style>
border-color css
<style>
span { border-color: #583FEC; }
span { border-color: rgb(88,63,236); }
td.TdClassName
{
border-color: #583FEC;
}
.TagClassName
{
border-color: #583FEC;
}
</style>