Shades of Neon Pink #FF7CD1
Tints of Neon Pink #FF7CD1
RGB
CMYK
RGB Variations
Color information
#FF7CD1 (or 0xFF7CD1) is known color: Neon Pink. HEX triplet: FF, 7C and D1. RGB value is (255,124,209). Sum of RGB (Red+Green+Blue) = 255+124+209=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 124 (48.83% from 255 or 21.09% from 588); Blue value is 209 (82.03% from 255 or 35.54% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7CD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7CD1 is #00832E. Grayscale: #ACACAC. Windows color (decimal): -33583 or 13729023. OLE color: 13729023.
HSL color Cylindrical-coordinate representation of color #FF7CD1: hue angle of 321.07º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF7CD1 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 124 | 209 | - |
| CMYK | 0 | 0.51 | 0.18 | 0 |
| HSL | 321.07º | 1% | 0.74% | - |
| HSV(B) | 321.07º | 0.51% | 1% | - |
| XYZ | 59.96 | 40.28 | 64.94 | - |
| YUV | 172.86 | 148.4 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 124 | 209 | 0 | 0.51 | 0.18 | 0 | 321.07 | 1 | 0.74 |
| Hex | FF | 7C | D1 | 0 | 33 | 12 | 0 | 141 | 64 | 4A |
| Octal | 377 | 174 | 321 | 0 | 63 | 22 | 0 | 501 | 144 | 112 |
| Binary | 11111111 | 1111100 | 11010001 | 0 | 110011 | 10010 | 0 | 101000001 | 1100100 | 1001010 |
Color Harmonies of #FF7CD1
Complementary color
Monochromatic Colors of #FF7CD1
Black with #FF7CD1
Text Example
Text Example
White with #FF7CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7CD1; }
p { color: rgb(255,124,209); }
H1.HeaderClassName
{
color: #FF7CD1;
}
.AnyTagClassName
{
color: #FF7CD1;
}
</style>
background-color css
<style>
a { background-color: #FF7CD1; }
a { background-color: rgb(255,124,209); }
div.DivClassName
{
background-color: #FF7CD1;
}
.BgClassName
{
background-color: #FF7CD1;
}
</style>
border-color css
<style>
span { border-color: #FF7CD1; }
span { border-color: rgb(255,124,209); }
td.TdClassName
{
border-color: #FF7CD1;
}
.TagClassName
{
border-color: #FF7CD1;
}
</style>