Shades of Neon Blue #5C50EB
Tints of Neon Blue #5C50EB
RGB
CMYK
RGB Variations
Color information
#5C50EB (or 0x5C50EB) is known color: Neon Blue. HEX triplet: 5C, 50 and EB. RGB value is (92,80,235). Sum of RGB (Red+Green+Blue) = 92+80+235=407 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.60% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 235 (92.19% from 255 or 57.74% from 407); Max value from RGB is 235 - color contains mainly: blue. Hex color #5C50EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C50EB is #A3AF14. Grayscale: #646464. Windows color (decimal): -10727189 or 15421532. OLE color: 15421532.
HSL color Cylindrical-coordinate representation of color #5C50EB: hue angle of 244.65º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5C50EB is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 92 | 80 | 235 | - |
| CMYK | 0.61 | 0.66 | 0 | 0.08 |
| HSL | 244.65º | 0.79% | 0.62% | - |
| HSV(B) | 244.65º | 0.66% | 0.92% | - |
| XYZ | 22.28 | 14.01 | 80.13 | - |
| YUV | 101.26 | 203.48 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 80 | 235 | 0.61 | 0.66 | 0 | 0.08 | 244.65 | 0.79 | 0.62 |
| Hex | 5C | 50 | EB | 3D | 42 | 0 | 8 | F5 | 4F | 3E |
| Octal | 134 | 120 | 353 | 75 | 102 | 0 | 10 | 365 | 117 | 76 |
| Binary | 1011100 | 1010000 | 11101011 | 111101 | 1000010 | 0 | 1000 | 11110101 | 1001111 | 111110 |
Color Harmonies of #5C50EB
Complementary color
Monochromatic Colors of #5C50EB
Black with #5C50EB
Text Example
Text Example
White with #5C50EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C50EB; }
p { color: rgb(92,80,235); }
H1.HeaderClassName
{
color: #5C50EB;
}
.AnyTagClassName
{
color: #5C50EB;
}
</style>
background-color css
<style>
a { background-color: #5C50EB; }
a { background-color: rgb(92,80,235); }
div.DivClassName
{
background-color: #5C50EB;
}
.BgClassName
{
background-color: #5C50EB;
}
</style>
border-color css
<style>
span { border-color: #5C50EB; }
span { border-color: rgb(92,80,235); }
td.TdClassName
{
border-color: #5C50EB;
}
.TagClassName
{
border-color: #5C50EB;
}
</style>