Shades of Neon Blue #5C3AED
Tints of Neon Blue #5C3AED
RGB
CMYK
RGB Variations
Color information
#5C3AED (or 0x5C3AED) is known color: Neon Blue. HEX triplet: 5C, 3A and ED. RGB value is (92,58,237). Sum of RGB (Red+Green+Blue) = 92+58+237=387 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.77% from 387); Green value is 58 (23.05% from 255 or 14.99% from 387); Blue value is 237 (92.97% from 255 or 61.24% from 387); Max value from RGB is 237 - color contains mainly: blue. Hex color #5C3AED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5C3AED is #A3C512. Grayscale: #575757. Windows color (decimal): -10732819 or 15546972. OLE color: 15546972.
HSL color Cylindrical-coordinate representation of color #5C3AED: hue angle of 251.4º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5C3AED is Cyan = 0.61, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 58 | 237 | - |
| CMYK | 0.61 | 0.76 | 0 | 0.07 |
| HSL | 251.4º | 0.83% | 0.58% | - |
| HSV(B) | 251.4º | 0.76% | 0.93% | - |
| XYZ | 21.21 | 11.42 | 81.21 | - |
| YUV | 88.57 | 211.76 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 58 | 237 | 0.61 | 0.76 | 0 | 0.07 | 251.4 | 0.83 | 0.58 |
| Hex | 5C | 3A | ED | 3D | 4C | 0 | 7 | FB | 53 | 3A |
| Octal | 134 | 72 | 355 | 75 | 114 | 0 | 7 | 373 | 123 | 72 |
| Binary | 1011100 | 111010 | 11101101 | 111101 | 1001100 | 0 | 111 | 11111011 | 1010011 | 111010 |
Color Harmonies of #5C3AED
Complementary color
Monochromatic Colors of #5C3AED
Black with #5C3AED
Text Example
Text Example
White with #5C3AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3AED; }
p { color: rgb(92,58,237); }
H1.HeaderClassName
{
color: #5C3AED;
}
.AnyTagClassName
{
color: #5C3AED;
}
</style>
background-color css
<style>
a { background-color: #5C3AED; }
a { background-color: rgb(92,58,237); }
div.DivClassName
{
background-color: #5C3AED;
}
.BgClassName
{
background-color: #5C3AED;
}
</style>
border-color css
<style>
span { border-color: #5C3AED; }
span { border-color: rgb(92,58,237); }
td.TdClassName
{
border-color: #5C3AED;
}
.TagClassName
{
border-color: #5C3AED;
}
</style>