Shades of Neon Blue #583FFF
Tints of Neon Blue #583FFF
RGB
CMYK
RGB Variations
Color information
#583FFF (or 0x583FFF) is known color: Neon Blue. HEX triplet: 58, 3F and FF. RGB value is (88,63,255). Sum of RGB (Red+Green+Blue) = 88+63+255=406 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.67% from 406); Green value is 63 (25% from 255 or 15.52% from 406); Blue value is 255 (100% from 255 or 62.81% from 406); Max value from RGB is 255 - color contains mainly: blue. Hex color #583FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #583FFF is #A7C000. Grayscale: #5B5B5B. Windows color (decimal): -10993665 or 16727896. OLE color: 16727896.
HSL color Cylindrical-coordinate representation of color #583FFF: hue angle of 247.81º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #583FFF is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 63 | 255 | - |
| CMYK | 0.65 | 0.75 | 0 | 0 |
| HSL | 247.81º | 1% | 0.62% | - |
| HSV(B) | 247.81º | 0.75% | 1% | - |
| XYZ | 23.85 | 12.85 | 95.83 | - |
| YUV | 92.36 | 219.78 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 63 | 255 | 0.65 | 0.75 | 0 | 0 | 247.81 | 1 | 0.62 |
| Hex | 58 | 3F | FF | 41 | 4B | 0 | 0 | F8 | 64 | 3E |
| Octal | 130 | 77 | 377 | 101 | 113 | 0 | 0 | 370 | 144 | 76 |
| Binary | 1011000 | 111111 | 11111111 | 1000001 | 1001011 | 0 | 0 | 11111000 | 1100100 | 111110 |
Color Harmonies of #583FFF
Complementary color
Monochromatic Colors of #583FFF
Black with #583FFF
Text Example
Text Example
White with #583FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583FFF; }
p { color: rgb(88,63,255); }
H1.HeaderClassName
{
color: #583FFF;
}
.AnyTagClassName
{
color: #583FFF;
}
</style>
background-color css
<style>
a { background-color: #583FFF; }
a { background-color: rgb(88,63,255); }
div.DivClassName
{
background-color: #583FFF;
}
.BgClassName
{
background-color: #583FFF;
}
</style>
border-color css
<style>
span { border-color: #583FFF; }
span { border-color: rgb(88,63,255); }
td.TdClassName
{
border-color: #583FFF;
}
.TagClassName
{
border-color: #583FFF;
}
</style>