Shades of Neon Blue #5C4AEB
Tints of Neon Blue #5C4AEB
RGB
CMYK
RGB Variations
Color information
#5C4AEB (or 0x5C4AEB) is known color: Neon Blue. HEX triplet: 5C, 4A and EB. RGB value is (92,74,235). Sum of RGB (Red+Green+Blue) = 92+74+235=401 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.94% from 401); Green value is 74 (29.30% from 255 or 18.45% from 401); Blue value is 235 (92.19% from 255 or 58.60% from 401); Max value from RGB is 235 - color contains mainly: blue. Hex color #5C4AEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5C4AEB is #A3B514. Grayscale: #616161. Windows color (decimal): -10728725 or 15419996. OLE color: 15419996.
HSL color Cylindrical-coordinate representation of color #5C4AEB: hue angle of 246.71º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5C4AEB is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 92 | 74 | 235 | - |
| CMYK | 0.61 | 0.69 | 0 | 0.08 |
| HSL | 246.71º | 0.8% | 0.61% | - |
| HSV(B) | 246.71º | 0.69% | 0.92% | - |
| XYZ | 21.86 | 13.17 | 79.99 | - |
| YUV | 97.74 | 205.46 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 74 | 235 | 0.61 | 0.69 | 0 | 0.08 | 246.71 | 0.8 | 0.61 |
| Hex | 5C | 4A | EB | 3D | 45 | 0 | 8 | F7 | 50 | 3D |
| Octal | 134 | 112 | 353 | 75 | 105 | 0 | 10 | 367 | 120 | 75 |
| Binary | 1011100 | 1001010 | 11101011 | 111101 | 1000101 | 0 | 1000 | 11110111 | 1010000 | 111101 |
Color Harmonies of #5C4AEB
Complementary color
Monochromatic Colors of #5C4AEB
Black with #5C4AEB
Text Example
Text Example
White with #5C4AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4AEB; }
p { color: rgb(92,74,235); }
H1.HeaderClassName
{
color: #5C4AEB;
}
.AnyTagClassName
{
color: #5C4AEB;
}
</style>
background-color css
<style>
a { background-color: #5C4AEB; }
a { background-color: rgb(92,74,235); }
div.DivClassName
{
background-color: #5C4AEB;
}
.BgClassName
{
background-color: #5C4AEB;
}
</style>
border-color css
<style>
span { border-color: #5C4AEB; }
span { border-color: rgb(92,74,235); }
td.TdClassName
{
border-color: #5C4AEB;
}
.TagClassName
{
border-color: #5C4AEB;
}
</style>