Shades of Neon Pink #FF76C8
Tints of Neon Pink #FF76C8
RGB
CMYK
RGB Variations
Color information
#FF76C8 (or 0xFF76C8) is known color: Neon Pink. HEX triplet: FF, 76 and C8. RGB value is (255,118,200). Sum of RGB (Red+Green+Blue) = 255+118+200=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 118 (46.48% from 255 or 20.59% from 573); Blue value is 200 (78.52% from 255 or 34.90% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FF76C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF76C8 is #008937. Grayscale: #A8A8A8. Windows color (decimal): -35128 or 13137663. OLE color: 13137663.
HSL color Cylindrical-coordinate representation of color #FF76C8: hue angle of 324.09º 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 #FF76C8 is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 200 | - |
| CMYK | 0 | 0.54 | 0.22 | 0 |
| HSL | 324.09º | 1% | 0.73% | - |
| HSV(B) | 324.09º | 0.54% | 1% | - |
| XYZ | 58.14 | 38.39 | 58.99 | - |
| YUV | 168.31 | 145.89 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 200 | 0 | 0.54 | 0.22 | 0 | 324.09 | 1 | 0.73 |
| Hex | FF | 76 | C8 | 0 | 36 | 16 | 0 | 144 | 64 | 49 |
| Octal | 377 | 166 | 310 | 0 | 66 | 26 | 0 | 504 | 144 | 111 |
| Binary | 11111111 | 1110110 | 11001000 | 0 | 110110 | 10110 | 0 | 101000100 | 1100100 | 1001001 |
Color Harmonies of #FF76C8
Complementary color
Monochromatic Colors of #FF76C8
Black with #FF76C8
Text Example
Text Example
White with #FF76C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF76C8; }
p { color: rgb(255,118,200); }
H1.HeaderClassName
{
color: #FF76C8;
}
.AnyTagClassName
{
color: #FF76C8;
}
</style>
background-color css
<style>
a { background-color: #FF76C8; }
a { background-color: rgb(255,118,200); }
div.DivClassName
{
background-color: #FF76C8;
}
.BgClassName
{
background-color: #FF76C8;
}
</style>
border-color css
<style>
span { border-color: #FF76C8; }
span { border-color: rgb(255,118,200); }
td.TdClassName
{
border-color: #FF76C8;
}
.TagClassName
{
border-color: #FF76C8;
}
</style>