Shades of Neon Blue #5C43EC
Tints of Neon Blue #5C43EC
RGB
CMYK
RGB Variations
Color information
#5C43EC (or 0x5C43EC) is known color: Neon Blue. HEX triplet: 5C, 43 and EC. RGB value is (92,67,236). Sum of RGB (Red+Green+Blue) = 92+67+236=395 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.29% from 395); Green value is 67 (26.56% from 255 or 16.96% from 395); Blue value is 236 (92.58% from 255 or 59.75% from 395); Max value from RGB is 236 - color contains mainly: blue. Hex color #5C43EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5C43EC is #A3BC13. Grayscale: #5D5D5D. Windows color (decimal): -10730516 or 15483740. OLE color: 15483740.
HSL color Cylindrical-coordinate representation of color #5C43EC: hue angle of 248.88º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5C43EC is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 67 | 236 | - |
| CMYK | 0.61 | 0.72 | 0 | 0.07 |
| HSL | 248.88º | 0.82% | 0.59% | - |
| HSV(B) | 248.88º | 0.72% | 0.93% | - |
| XYZ | 21.56 | 12.35 | 80.6 | - |
| YUV | 93.74 | 208.28 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 67 | 236 | 0.61 | 0.72 | 0 | 0.07 | 248.88 | 0.82 | 0.59 |
| Hex | 5C | 43 | EC | 3D | 48 | 0 | 7 | F9 | 52 | 3B |
| Octal | 134 | 103 | 354 | 75 | 110 | 0 | 7 | 371 | 122 | 73 |
| Binary | 1011100 | 1000011 | 11101100 | 111101 | 1001000 | 0 | 111 | 11111001 | 1010010 | 111011 |
Color Harmonies of #5C43EC
Complementary color
Monochromatic Colors of #5C43EC
Black with #5C43EC
Text Example
Text Example
White with #5C43EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C43EC; }
p { color: rgb(92,67,236); }
H1.HeaderClassName
{
color: #5C43EC;
}
.AnyTagClassName
{
color: #5C43EC;
}
</style>
background-color css
<style>
a { background-color: #5C43EC; }
a { background-color: rgb(92,67,236); }
div.DivClassName
{
background-color: #5C43EC;
}
.BgClassName
{
background-color: #5C43EC;
}
</style>
border-color css
<style>
span { border-color: #5C43EC; }
span { border-color: rgb(92,67,236); }
td.TdClassName
{
border-color: #5C43EC;
}
.TagClassName
{
border-color: #5C43EC;
}
</style>