Shades of Neon Pink #FF5CCD
Tints of Neon Pink #FF5CCD
RGB
CMYK
RGB Variations
Color information
#FF5CCD (or 0xFF5CCD) is known color: Neon Pink. HEX triplet: FF, 5C and CD. RGB value is (255,92,205). Sum of RGB (Red+Green+Blue) = 255+92+205=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 92 (36.33% from 255 or 16.67% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5CCD is #00A332. Grayscale: #999999. Windows color (decimal): -41779 or 13458687. OLE color: 13458687.
HSL color Cylindrical-coordinate representation of color #FF5CCD: hue angle of 318.4º 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 #FF5CCD is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 92 | 205 | - |
| CMYK | 0 | 0.64 | 0.20 | 0 |
| HSL | 318.4º | 1% | 0.68% | - |
| HSV(B) | 318.4º | 0.64% | 1% | - |
| XYZ | 56.09 | 33.32 | 61.23 | - |
| YUV | 153.62 | 157 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 92 | 205 | 0 | 0.64 | 0.20 | 0 | 318.4 | 1 | 0.68 |
| Hex | FF | 5C | CD | 0 | 40 | 14 | 0 | 13E | 64 | 44 |
| Octal | 377 | 134 | 315 | 0 | 100 | 24 | 0 | 476 | 144 | 104 |
| Binary | 11111111 | 1011100 | 11001101 | 0 | 1000000 | 10100 | 0 | 100111110 | 1100100 | 1000100 |
Color Harmonies of #FF5CCD
Complementary color
Monochromatic Colors of #FF5CCD
Black with #FF5CCD
Text Example
Text Example
White with #FF5CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5CCD; }
p { color: rgb(255,92,205); }
H1.HeaderClassName
{
color: #FF5CCD;
}
.AnyTagClassName
{
color: #FF5CCD;
}
</style>
background-color css
<style>
a { background-color: #FF5CCD; }
a { background-color: rgb(255,92,205); }
div.DivClassName
{
background-color: #FF5CCD;
}
.BgClassName
{
background-color: #FF5CCD;
}
</style>
border-color css
<style>
span { border-color: #FF5CCD; }
span { border-color: rgb(255,92,205); }
td.TdClassName
{
border-color: #FF5CCD;
}
.TagClassName
{
border-color: #FF5CCD;
}
</style>