Shades of Neon Blue #5C4EED
Tints of Neon Blue #5C4EED
RGB
CMYK
RGB Variations
Color information
#5C4EED (or 0x5C4EED) is known color: Neon Blue. HEX triplet: 5C, 4E and ED. RGB value is (92,78,237). Sum of RGB (Red+Green+Blue) = 92+78+237=407 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.60% from 407); Green value is 78 (30.86% from 255 or 19.16% from 407); Blue value is 237 (92.97% from 255 or 58.23% from 407); Max value from RGB is 237 - color contains mainly: blue. Hex color #5C4EED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C4EED is #A3B112. Grayscale: #636363. Windows color (decimal): -10727699 or 15552092. OLE color: 15552092.
HSL color Cylindrical-coordinate representation of color #5C4EED: hue angle of 245.28º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5C4EED is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 78 | 237 | - |
| CMYK | 0.61 | 0.67 | 0 | 0.07 |
| HSL | 245.28º | 0.82% | 0.62% | - |
| HSV(B) | 245.28º | 0.67% | 0.93% | - |
| XYZ | 22.42 | 13.84 | 81.61 | - |
| YUV | 100.31 | 205.14 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 78 | 237 | 0.61 | 0.67 | 0 | 0.07 | 245.28 | 0.82 | 0.62 |
| Hex | 5C | 4E | ED | 3D | 43 | 0 | 7 | F5 | 52 | 3E |
| Octal | 134 | 116 | 355 | 75 | 103 | 0 | 7 | 365 | 122 | 76 |
| Binary | 1011100 | 1001110 | 11101101 | 111101 | 1000011 | 0 | 111 | 11110101 | 1010010 | 111110 |
Color Harmonies of #5C4EED
Complementary color
Monochromatic Colors of #5C4EED
Black with #5C4EED
Text Example
Text Example
White with #5C4EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4EED; }
p { color: rgb(92,78,237); }
H1.HeaderClassName
{
color: #5C4EED;
}
.AnyTagClassName
{
color: #5C4EED;
}
</style>
background-color css
<style>
a { background-color: #5C4EED; }
a { background-color: rgb(92,78,237); }
div.DivClassName
{
background-color: #5C4EED;
}
.BgClassName
{
background-color: #5C4EED;
}
</style>
border-color css
<style>
span { border-color: #5C4EED; }
span { border-color: rgb(92,78,237); }
td.TdClassName
{
border-color: #5C4EED;
}
.TagClassName
{
border-color: #5C4EED;
}
</style>