Shades of Neon Pink #FF76C7
Tints of Neon Pink #FF76C7
RGB
CMYK
RGB Variations
Color information
#FF76C7 (or 0xFF76C7) is known color: Neon Pink. HEX triplet: FF, 76 and C7. RGB value is (255,118,199). Sum of RGB (Red+Green+Blue) = 255+118+199=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 118 (46.48% from 255 or 20.63% from 572); Blue value is 199 (78.12% from 255 or 34.79% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FF76C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF76C7 is #008938. Grayscale: #A8A8A8. Windows color (decimal): -35129 or 13072127. OLE color: 13072127.
HSL color Cylindrical-coordinate representation of color #FF76C7: hue angle of 324.53º 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 #FF76C7 is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 199 | - |
| CMYK | 0 | 0.54 | 0.22 | 0 |
| HSL | 324.53º | 1% | 0.73% | - |
| HSV(B) | 324.53º | 0.54% | 1% | - |
| XYZ | 58.03 | 38.34 | 58.37 | - |
| YUV | 168.2 | 145.39 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 199 | 0 | 0.54 | 0.22 | 0 | 324.53 | 1 | 0.73 |
| Hex | FF | 76 | C7 | 0 | 36 | 16 | 0 | 145 | 64 | 49 |
| Octal | 377 | 166 | 307 | 0 | 66 | 26 | 0 | 505 | 144 | 111 |
| Binary | 11111111 | 1110110 | 11000111 | 0 | 110110 | 10110 | 0 | 101000101 | 1100100 | 1001001 |
Color Harmonies of #FF76C7
Complementary color
Monochromatic Colors of #FF76C7
Black with #FF76C7
Text Example
Text Example
White with #FF76C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF76C7; }
p { color: rgb(255,118,199); }
H1.HeaderClassName
{
color: #FF76C7;
}
.AnyTagClassName
{
color: #FF76C7;
}
</style>
background-color css
<style>
a { background-color: #FF76C7; }
a { background-color: rgb(255,118,199); }
div.DivClassName
{
background-color: #FF76C7;
}
.BgClassName
{
background-color: #FF76C7;
}
</style>
border-color css
<style>
span { border-color: #FF76C7; }
span { border-color: rgb(255,118,199); }
td.TdClassName
{
border-color: #FF76C7;
}
.TagClassName
{
border-color: #FF76C7;
}
</style>