Shades of Neon Pink #FF76C4
Tints of Neon Pink #FF76C4
RGB
CMYK
RGB Variations
Color information
#FF76C4 (or 0xFF76C4) is known color: Neon Pink. HEX triplet: FF, 76 and C4. RGB value is (255,118,196). Sum of RGB (Red+Green+Blue) = 255+118+196=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 118 (46.48% from 255 or 20.74% from 569); Blue value is 196 (76.95% from 255 or 34.45% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FF76C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF76C4 is #00893B. Grayscale: #A7A7A7. Windows color (decimal): -35132 or 12875519. OLE color: 12875519.
HSL color Cylindrical-coordinate representation of color #FF76C4: hue angle of 325.84º 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 #FF76C4 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 196 | - |
| CMYK | 0 | 0.54 | 0.23 | 0 |
| HSL | 325.84º | 1% | 0.73% | - |
| HSV(B) | 325.84º | 0.54% | 1% | - |
| XYZ | 57.68 | 38.2 | 56.56 | - |
| YUV | 167.86 | 143.89 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 196 | 0 | 0.54 | 0.23 | 0 | 325.84 | 1 | 0.73 |
| Hex | FF | 76 | C4 | 0 | 36 | 17 | 0 | 146 | 64 | 49 |
| Octal | 377 | 166 | 304 | 0 | 66 | 27 | 0 | 506 | 144 | 111 |
| Binary | 11111111 | 1110110 | 11000100 | 0 | 110110 | 10111 | 0 | 101000110 | 1100100 | 1001001 |
Color Harmonies of #FF76C4
Complementary color
Monochromatic Colors of #FF76C4
Black with #FF76C4
Text Example
Text Example
White with #FF76C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF76C4; }
p { color: rgb(255,118,196); }
H1.HeaderClassName
{
color: #FF76C4;
}
.AnyTagClassName
{
color: #FF76C4;
}
</style>
background-color css
<style>
a { background-color: #FF76C4; }
a { background-color: rgb(255,118,196); }
div.DivClassName
{
background-color: #FF76C4;
}
.BgClassName
{
background-color: #FF76C4;
}
</style>
border-color css
<style>
span { border-color: #FF76C4; }
span { border-color: rgb(255,118,196); }
td.TdClassName
{
border-color: #FF76C4;
}
.TagClassName
{
border-color: #FF76C4;
}
</style>