Shades of Neon Blue #5C61ED
Tints of Neon Blue #5C61ED
RGB
CMYK
RGB Variations
Color information
#5C61ED (or 0x5C61ED) is known color: Neon Blue. HEX triplet: 5C, 61 and ED. RGB value is (92,97,237). Sum of RGB (Red+Green+Blue) = 92+97+237=426 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.60% from 426); Green value is 97 (38.28% from 255 or 22.77% from 426); Blue value is 237 (92.97% from 255 or 55.63% from 426); Max value from RGB is 237 - color contains mainly: blue. Hex color #5C61ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C61ED is #A39E12. Grayscale: #6E6E6E. Windows color (decimal): -10722835 or 15556956. OLE color: 15556956.
HSL color Cylindrical-coordinate representation of color #5C61ED: hue angle of 237.93º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5C61ED is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 97 | 237 | - |
| CMYK | 0.61 | 0.59 | 0 | 0.07 |
| HSL | 237.93º | 0.8% | 0.65% | - |
| HSV(B) | 237.93º | 0.61% | 0.93% | - |
| XYZ | 23.97 | 16.94 | 82.13 | - |
| YUV | 111.47 | 198.84 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 97 | 237 | 0.61 | 0.59 | 0 | 0.07 | 237.93 | 0.8 | 0.65 |
| Hex | 5C | 61 | ED | 3D | 3B | 0 | 7 | EE | 50 | 41 |
| Octal | 134 | 141 | 355 | 75 | 73 | 0 | 7 | 356 | 120 | 101 |
| Binary | 1011100 | 1100001 | 11101101 | 111101 | 111011 | 0 | 111 | 11101110 | 1010000 | 1000001 |
Color Harmonies of #5C61ED
Complementary color
Monochromatic Colors of #5C61ED
Black with #5C61ED
Text Example
Text Example
White with #5C61ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C61ED; }
p { color: rgb(92,97,237); }
H1.HeaderClassName
{
color: #5C61ED;
}
.AnyTagClassName
{
color: #5C61ED;
}
</style>
background-color css
<style>
a { background-color: #5C61ED; }
a { background-color: rgb(92,97,237); }
div.DivClassName
{
background-color: #5C61ED;
}
.BgClassName
{
background-color: #5C61ED;
}
</style>
border-color css
<style>
span { border-color: #5C61ED; }
span { border-color: rgb(92,97,237); }
td.TdClassName
{
border-color: #5C61ED;
}
.TagClassName
{
border-color: #5C61ED;
}
</style>