Shades of Neon Pink #FF76D0
Tints of Neon Pink #FF76D0
RGB
CMYK
RGB Variations
Color information
#FF76D0 (or 0xFF76D0) is known color: Neon Pink. HEX triplet: FF, 76 and D0. RGB value is (255,118,208). Sum of RGB (Red+Green+Blue) = 255+118+208=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 118 (46.48% from 255 or 20.31% from 581); Blue value is 208 (81.64% from 255 or 35.80% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FF76D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF76D0 is #00892F. Grayscale: #A9A9A9. Windows color (decimal): -35120 or 13661951. OLE color: 13661951.
HSL color Cylindrical-coordinate representation of color #FF76D0: hue angle of 320.58º 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 #FF76D0 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 208 | - |
| CMYK | 0 | 0.54 | 0.18 | 0 |
| HSL | 320.58º | 1% | 0.73% | - |
| HSV(B) | 320.58º | 0.54% | 1% | - |
| XYZ | 59.1 | 38.77 | 64.04 | - |
| YUV | 169.22 | 149.89 | 189.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 208 | 0 | 0.54 | 0.18 | 0 | 320.58 | 1 | 0.73 |
| Hex | FF | 76 | D0 | 0 | 36 | 12 | 0 | 141 | 64 | 49 |
| Octal | 377 | 166 | 320 | 0 | 66 | 22 | 0 | 501 | 144 | 111 |
| Binary | 11111111 | 1110110 | 11010000 | 0 | 110110 | 10010 | 0 | 101000001 | 1100100 | 1001001 |
Color Harmonies of #FF76D0
Complementary color
Monochromatic Colors of #FF76D0
Black with #FF76D0
Text Example
Text Example
White with #FF76D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF76D0; }
p { color: rgb(255,118,208); }
H1.HeaderClassName
{
color: #FF76D0;
}
.AnyTagClassName
{
color: #FF76D0;
}
</style>
background-color css
<style>
a { background-color: #FF76D0; }
a { background-color: rgb(255,118,208); }
div.DivClassName
{
background-color: #FF76D0;
}
.BgClassName
{
background-color: #FF76D0;
}
</style>
border-color css
<style>
span { border-color: #FF76D0; }
span { border-color: rgb(255,118,208); }
td.TdClassName
{
border-color: #FF76D0;
}
.TagClassName
{
border-color: #FF76D0;
}
</style>