Shades of Neon Pink #FF76C9
Tints of Neon Pink #FF76C9
RGB
CMYK
RGB Variations
Color information
#FF76C9 (or 0xFF76C9) is known color: Neon Pink. HEX triplet: FF, 76 and C9. RGB value is (255,118,201). Sum of RGB (Red+Green+Blue) = 255+118+201=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 118 (46.48% from 255 or 20.56% from 574); Blue value is 201 (78.91% from 255 or 35.02% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FF76C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF76C9 is #008936. Grayscale: #A8A8A8. Windows color (decimal): -35127 or 13203199. OLE color: 13203199.
HSL color Cylindrical-coordinate representation of color #FF76C9: hue angle of 323.65º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FF76C9 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 201 | - |
| CMYK | 0 | 0.54 | 0.21 | 0 |
| HSL | 323.65º | 1% | 0.73% | - |
| HSV(B) | 323.65º | 0.54% | 1% | - |
| XYZ | 58.26 | 38.43 | 59.61 | - |
| YUV | 168.43 | 146.39 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 201 | 0 | 0.54 | 0.21 | 0 | 323.65 | 1 | 0.73 |
| Hex | FF | 76 | C9 | 0 | 36 | 15 | 0 | 144 | 64 | 49 |
| Octal | 377 | 166 | 311 | 0 | 66 | 25 | 0 | 504 | 144 | 111 |
| Binary | 11111111 | 1110110 | 11001001 | 0 | 110110 | 10101 | 0 | 101000100 | 1100100 | 1001001 |
Color Harmonies of #FF76C9
Complementary color
Monochromatic Colors of #FF76C9
Black with #FF76C9
Text Example
Text Example
White with #FF76C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF76C9; }
p { color: rgb(255,118,201); }
H1.HeaderClassName
{
color: #FF76C9;
}
.AnyTagClassName
{
color: #FF76C9;
}
</style>
background-color css
<style>
a { background-color: #FF76C9; }
a { background-color: rgb(255,118,201); }
div.DivClassName
{
background-color: #FF76C9;
}
.BgClassName
{
background-color: #FF76C9;
}
</style>
border-color css
<style>
span { border-color: #FF76C9; }
span { border-color: rgb(255,118,201); }
td.TdClassName
{
border-color: #FF76C9;
}
.TagClassName
{
border-color: #FF76C9;
}
</style>