Shades of Neon Blue #5C51EC
Tints of Neon Blue #5C51EC
RGB
CMYK
RGB Variations
Color information
#5C51EC (or 0x5C51EC) is known color: Neon Blue. HEX triplet: 5C, 51 and EC. RGB value is (92,81,236). Sum of RGB (Red+Green+Blue) = 92+81+236=409 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.49% from 409); Green value is 81 (32.03% from 255 or 19.80% from 409); Blue value is 236 (92.58% from 255 or 57.70% from 409); Max value from RGB is 236 - color contains mainly: blue. Hex color #5C51EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C51EC is #A3AE13. Grayscale: #656565. Windows color (decimal): -10726932 or 15487324. OLE color: 15487324.
HSL color Cylindrical-coordinate representation of color #5C51EC: hue angle of 244.26º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5C51EC is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 81 | 236 | - |
| CMYK | 0.61 | 0.66 | 0 | 0.07 |
| HSL | 244.26º | 0.8% | 0.62% | - |
| HSV(B) | 244.26º | 0.66% | 0.93% | - |
| XYZ | 22.5 | 14.22 | 80.92 | - |
| YUV | 101.96 | 203.64 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 81 | 236 | 0.61 | 0.66 | 0 | 0.07 | 244.26 | 0.8 | 0.62 |
| Hex | 5C | 51 | EC | 3D | 42 | 0 | 7 | F4 | 50 | 3E |
| Octal | 134 | 121 | 354 | 75 | 102 | 0 | 7 | 364 | 120 | 76 |
| Binary | 1011100 | 1010001 | 11101100 | 111101 | 1000010 | 0 | 111 | 11110100 | 1010000 | 111110 |
Color Harmonies of #5C51EC
Complementary color
Monochromatic Colors of #5C51EC
Black with #5C51EC
Text Example
Text Example
White with #5C51EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C51EC; }
p { color: rgb(92,81,236); }
H1.HeaderClassName
{
color: #5C51EC;
}
.AnyTagClassName
{
color: #5C51EC;
}
</style>
background-color css
<style>
a { background-color: #5C51EC; }
a { background-color: rgb(92,81,236); }
div.DivClassName
{
background-color: #5C51EC;
}
.BgClassName
{
background-color: #5C51EC;
}
</style>
border-color css
<style>
span { border-color: #5C51EC; }
span { border-color: rgb(92,81,236); }
td.TdClassName
{
border-color: #5C51EC;
}
.TagClassName
{
border-color: #5C51EC;
}
</style>