Shades of Neon Blue #5C42EB
Tints of Neon Blue #5C42EB
RGB
CMYK
RGB Variations
Color information
#5C42EB (or 0x5C42EB) is known color: Neon Blue. HEX triplet: 5C, 42 and EB. RGB value is (92,66,235). Sum of RGB (Red+Green+Blue) = 92+66+235=393 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.41% from 393); Green value is 66 (26.17% from 255 or 16.79% from 393); Blue value is 235 (92.19% from 255 or 59.80% from 393); Max value from RGB is 235 - color contains mainly: blue. Hex color #5C42EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5C42EB is #A3BD14. Grayscale: #5C5C5C. Windows color (decimal): -10730773 or 15417948. OLE color: 15417948.
HSL color Cylindrical-coordinate representation of color #5C42EB: hue angle of 249.23º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5C42EB is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 92 | 66 | 235 | - |
| CMYK | 0.61 | 0.72 | 0 | 0.08 |
| HSL | 249.23º | 0.81% | 0.59% | - |
| HSV(B) | 249.23º | 0.72% | 0.92% | - |
| XYZ | 21.36 | 12.17 | 79.82 | - |
| YUV | 93.04 | 208.11 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 66 | 235 | 0.61 | 0.72 | 0 | 0.08 | 249.23 | 0.81 | 0.59 |
| Hex | 5C | 42 | EB | 3D | 48 | 0 | 8 | F9 | 51 | 3B |
| Octal | 134 | 102 | 353 | 75 | 110 | 0 | 10 | 371 | 121 | 73 |
| Binary | 1011100 | 1000010 | 11101011 | 111101 | 1001000 | 0 | 1000 | 11111001 | 1010001 | 111011 |
Color Harmonies of #5C42EB
Complementary color
Monochromatic Colors of #5C42EB
Black with #5C42EB
Text Example
Text Example
White with #5C42EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C42EB; }
p { color: rgb(92,66,235); }
H1.HeaderClassName
{
color: #5C42EB;
}
.AnyTagClassName
{
color: #5C42EB;
}
</style>
background-color css
<style>
a { background-color: #5C42EB; }
a { background-color: rgb(92,66,235); }
div.DivClassName
{
background-color: #5C42EB;
}
.BgClassName
{
background-color: #5C42EB;
}
</style>
border-color css
<style>
span { border-color: #5C42EB; }
span { border-color: rgb(92,66,235); }
td.TdClassName
{
border-color: #5C42EB;
}
.TagClassName
{
border-color: #5C42EB;
}
</style>