Shades of Neon Blue #5C5CFE
Tints of Neon Blue #5C5CFE
RGB
CMYK
RGB Variations
Color information
#5C5CFE (or 0x5C5CFE) is known color: Neon Blue. HEX triplet: 5C, 5C and FE. RGB value is (92,92,254). Sum of RGB (Red+Green+Blue) = 92+92+254=438 (58% of max value = 765). Red value is 92 (36.33% from 255 or 21.00% from 438); Green value is 92 (36.33% from 255 or 21.00% from 438); Blue value is 254 (99.61% from 255 or 57.99% from 438); Max value from RGB is 254 - color contains mainly: blue. Hex color #5C5CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C5CFE is #A3A301. Grayscale: #6D6D6D. Windows color (decimal): -10724098 or 16669788. OLE color: 16669788.
HSL color Cylindrical-coordinate representation of color #5C5CFE: hue angle of 240º 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 #5C5CFE is Cyan = 0.64, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 92 | 92 | 254 | - |
| CMYK | 0.64 | 0.64 | 0 | 0.00 |
| HSL | 240º | 0.99% | 0.68% | - |
| HSV(B) | 240º | 0.64% | 1% | - |
| XYZ | 26.13 | 17.09 | 95.69 | - |
| YUV | 110.47 | 209 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 92 | 254 | 0.64 | 0.64 | 0 | 0.00 | 240 | 0.99 | 0.68 |
| Hex | 5C | 5C | FE | 40 | 40 | 0 | 0 | F0 | 63 | 44 |
| Octal | 134 | 134 | 376 | 100 | 100 | 0 | 0 | 360 | 143 | 104 |
| Binary | 1011100 | 1011100 | 11111110 | 1000000 | 1000000 | 0 | 0 | 11110000 | 1100011 | 1000100 |
Color Harmonies of #5C5CFE
Complementary color
Monochromatic Colors of #5C5CFE
Black with #5C5CFE
Text Example
Text Example
White with #5C5CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5CFE; }
p { color: rgb(92,92,254); }
H1.HeaderClassName
{
color: #5C5CFE;
}
.AnyTagClassName
{
color: #5C5CFE;
}
</style>
background-color css
<style>
a { background-color: #5C5CFE; }
a { background-color: rgb(92,92,254); }
div.DivClassName
{
background-color: #5C5CFE;
}
.BgClassName
{
background-color: #5C5CFE;
}
</style>
border-color css
<style>
span { border-color: #5C5CFE; }
span { border-color: rgb(92,92,254); }
td.TdClassName
{
border-color: #5C5CFE;
}
.TagClassName
{
border-color: #5C5CFE;
}
</style>