Shades of Neon Pink #FF76C5
Tints of Neon Pink #FF76C5
RGB
CMYK
RGB Variations
Color information
#FF76C5 (or 0xFF76C5) is known color: Neon Pink. HEX triplet: FF, 76 and C5. RGB value is (255,118,197). Sum of RGB (Red+Green+Blue) = 255+118+197=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 118 (46.48% from 255 or 20.70% from 570); Blue value is 197 (77.34% from 255 or 34.56% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FF76C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF76C5 is #00893A. Grayscale: #A7A7A7. Windows color (decimal): -35131 or 12941055. OLE color: 12941055.
HSL color Cylindrical-coordinate representation of color #FF76C5: hue angle of 325.4º 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 #FF76C5 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 197 | - |
| CMYK | 0 | 0.54 | 0.23 | 0 |
| HSL | 325.4º | 1% | 0.73% | - |
| HSV(B) | 325.4º | 0.54% | 1% | - |
| XYZ | 57.8 | 38.25 | 57.16 | - |
| YUV | 167.97 | 144.39 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 197 | 0 | 0.54 | 0.23 | 0 | 325.4 | 1 | 0.73 |
| Hex | FF | 76 | C5 | 0 | 36 | 17 | 0 | 145 | 64 | 49 |
| Octal | 377 | 166 | 305 | 0 | 66 | 27 | 0 | 505 | 144 | 111 |
| Binary | 11111111 | 1110110 | 11000101 | 0 | 110110 | 10111 | 0 | 101000101 | 1100100 | 1001001 |
Color Harmonies of #FF76C5
Complementary color
Monochromatic Colors of #FF76C5
Black with #FF76C5
Text Example
Text Example
White with #FF76C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF76C5; }
p { color: rgb(255,118,197); }
H1.HeaderClassName
{
color: #FF76C5;
}
.AnyTagClassName
{
color: #FF76C5;
}
</style>
background-color css
<style>
a { background-color: #FF76C5; }
a { background-color: rgb(255,118,197); }
div.DivClassName
{
background-color: #FF76C5;
}
.BgClassName
{
background-color: #FF76C5;
}
</style>
border-color css
<style>
span { border-color: #FF76C5; }
span { border-color: rgb(255,118,197); }
td.TdClassName
{
border-color: #FF76C5;
}
.TagClassName
{
border-color: #FF76C5;
}
</style>