Shades of Neon Pink #FF5CC0
Tints of Neon Pink #FF5CC0
RGB
CMYK
RGB Variations
Color information
#FF5CC0 (or 0xFF5CC0) is known color: Neon Pink. HEX triplet: FF, 5C and C0. RGB value is (255,92,192). Sum of RGB (Red+Green+Blue) = 255+92+192=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 92 (36.33% from 255 or 17.07% from 539); Blue value is 192 (75.39% from 255 or 35.62% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5CC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5CC0 is #00A33F. Grayscale: #979797. Windows color (decimal): -41792 or 12606719. OLE color: 12606719.
HSL color Cylindrical-coordinate representation of color #FF5CC0: hue angle of 323.19º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF5CC0 is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 92 | 192 | - |
| CMYK | 0 | 0.64 | 0.25 | 0 |
| HSL | 323.19º | 1% | 0.68% | - |
| HSV(B) | 323.19º | 0.64% | 1% | - |
| XYZ | 54.58 | 32.72 | 53.31 | - |
| YUV | 152.14 | 150.5 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 92 | 192 | 0 | 0.64 | 0.25 | 0 | 323.19 | 1 | 0.68 |
| Hex | FF | 5C | C0 | 0 | 40 | 19 | 0 | 143 | 64 | 44 |
| Octal | 377 | 134 | 300 | 0 | 100 | 31 | 0 | 503 | 144 | 104 |
| Binary | 11111111 | 1011100 | 11000000 | 0 | 1000000 | 11001 | 0 | 101000011 | 1100100 | 1000100 |
Color Harmonies of #FF5CC0
Complementary color
Monochromatic Colors of #FF5CC0
Black with #FF5CC0
Text Example
Text Example
White with #FF5CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5CC0; }
p { color: rgb(255,92,192); }
H1.HeaderClassName
{
color: #FF5CC0;
}
.AnyTagClassName
{
color: #FF5CC0;
}
</style>
background-color css
<style>
a { background-color: #FF5CC0; }
a { background-color: rgb(255,92,192); }
div.DivClassName
{
background-color: #FF5CC0;
}
.BgClassName
{
background-color: #FF5CC0;
}
</style>
border-color css
<style>
span { border-color: #FF5CC0; }
span { border-color: rgb(255,92,192); }
td.TdClassName
{
border-color: #FF5CC0;
}
.TagClassName
{
border-color: #FF5CC0;
}
</style>