Shades of Neon Blue #583AFC
Tints of Neon Blue #583AFC
RGB
CMYK
RGB Variations
Color information
#583AFC (or 0x583AFC) is known color: Neon Blue. HEX triplet: 58, 3A and FC. RGB value is (88,58,252). Sum of RGB (Red+Green+Blue) = 88+58+252=398 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.11% from 398); Green value is 58 (23.05% from 255 or 14.57% from 398); Blue value is 252 (98.83% from 255 or 63.32% from 398); Max value from RGB is 252 - color contains mainly: blue. Hex color #583AFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #583AFC is #A7C503. Grayscale: #585858. Windows color (decimal): -10994948 or 16530008. OLE color: 16530008.
HSL color Cylindrical-coordinate representation of color #583AFC: hue angle of 249.28º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #583AFC is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 88 | 58 | 252 | - |
| CMYK | 0.65 | 0.77 | 0 | 0.01 |
| HSL | 249.28º | 0.97% | 0.61% | - |
| HSV(B) | 249.28º | 0.77% | 0.99% | - |
| XYZ | 23.11 | 12.13 | 93.22 | - |
| YUV | 89.09 | 219.94 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 58 | 252 | 0.65 | 0.77 | 0 | 0.01 | 249.28 | 0.97 | 0.61 |
| Hex | 58 | 3A | FC | 41 | 4D | 0 | 1 | F9 | 61 | 3D |
| Octal | 130 | 72 | 374 | 101 | 115 | 0 | 1 | 371 | 141 | 75 |
| Binary | 1011000 | 111010 | 11111100 | 1000001 | 1001101 | 0 | 1 | 11111001 | 1100001 | 111101 |
Color Harmonies of #583AFC
Complementary color
Monochromatic Colors of #583AFC
Black with #583AFC
Text Example
Text Example
White with #583AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583AFC; }
p { color: rgb(88,58,252); }
H1.HeaderClassName
{
color: #583AFC;
}
.AnyTagClassName
{
color: #583AFC;
}
</style>
background-color css
<style>
a { background-color: #583AFC; }
a { background-color: rgb(88,58,252); }
div.DivClassName
{
background-color: #583AFC;
}
.BgClassName
{
background-color: #583AFC;
}
</style>
border-color css
<style>
span { border-color: #583AFC; }
span { border-color: rgb(88,58,252); }
td.TdClassName
{
border-color: #583AFC;
}
.TagClassName
{
border-color: #583AFC;
}
</style>