Shades of Neon Blue #5C5DFE
Tints of Neon Blue #5C5DFE
RGB
CMYK
RGB Variations
Color information
#5C5DFE (or 0x5C5DFE) is known color: Neon Blue. HEX triplet: 5C, 5D and FE. RGB value is (92,93,254). Sum of RGB (Red+Green+Blue) = 92+93+254=439 (58% of max value = 765). Red value is 92 (36.33% from 255 or 20.96% from 439); Green value is 93 (36.72% from 255 or 21.18% from 439); Blue value is 254 (99.61% from 255 or 57.86% from 439); Max value from RGB is 254 - color contains mainly: blue. Hex color #5C5DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C5DFE is #A3A201. Grayscale: #6E6E6E. Windows color (decimal): -10723842 or 16670044. OLE color: 16670044.
HSL color Cylindrical-coordinate representation of color #5C5DFE: hue angle of 239.63º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5C5DFE is Cyan = 0.64, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 92 | 93 | 254 | - |
| CMYK | 0.64 | 0.63 | 0 | 0.00 |
| HSL | 239.63º | 0.99% | 0.68% | - |
| HSV(B) | 239.63º | 0.64% | 1% | - |
| XYZ | 26.22 | 17.26 | 95.72 | - |
| YUV | 111.06 | 208.67 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 93 | 254 | 0.64 | 0.63 | 0 | 0.00 | 239.63 | 0.99 | 0.68 |
| Hex | 5C | 5D | FE | 40 | 3F | 0 | 0 | F0 | 63 | 44 |
| Octal | 134 | 135 | 376 | 100 | 77 | 0 | 0 | 360 | 143 | 104 |
| Binary | 1011100 | 1011101 | 11111110 | 1000000 | 111111 | 0 | 0 | 11110000 | 1100011 | 1000100 |
Color Harmonies of #5C5DFE
Complementary color
Monochromatic Colors of #5C5DFE
Black with #5C5DFE
Text Example
Text Example
White with #5C5DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5DFE; }
p { color: rgb(92,93,254); }
H1.HeaderClassName
{
color: #5C5DFE;
}
.AnyTagClassName
{
color: #5C5DFE;
}
</style>
background-color css
<style>
a { background-color: #5C5DFE; }
a { background-color: rgb(92,93,254); }
div.DivClassName
{
background-color: #5C5DFE;
}
.BgClassName
{
background-color: #5C5DFE;
}
</style>
border-color css
<style>
span { border-color: #5C5DFE; }
span { border-color: rgb(92,93,254); }
td.TdClassName
{
border-color: #5C5DFE;
}
.TagClassName
{
border-color: #5C5DFE;
}
</style>