Shades of Neon Pink #FF76CF
Tints of Neon Pink #FF76CF
RGB
CMYK
RGB Variations
Color information
#FF76CF (or 0xFF76CF) is known color: Neon Pink. HEX triplet: FF, 76 and CF. RGB value is (255,118,207). Sum of RGB (Red+Green+Blue) = 255+118+207=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 118 (46.48% from 255 or 20.34% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FF76CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF76CF is #008930. Grayscale: #A8A8A8. Windows color (decimal): -35121 or 13596415. OLE color: 13596415.
HSL color Cylindrical-coordinate representation of color #FF76CF: hue angle of 321.02º 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 #FF76CF is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 207 | - |
| CMYK | 0 | 0.54 | 0.19 | 0 |
| HSL | 321.02º | 1% | 0.73% | - |
| HSV(B) | 321.02º | 0.54% | 1% | - |
| XYZ | 58.98 | 38.72 | 63.4 | - |
| YUV | 169.11 | 149.39 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 207 | 0 | 0.54 | 0.19 | 0 | 321.02 | 1 | 0.73 |
| Hex | FF | 76 | CF | 0 | 36 | 13 | 0 | 141 | 64 | 49 |
| Octal | 377 | 166 | 317 | 0 | 66 | 23 | 0 | 501 | 144 | 111 |
| Binary | 11111111 | 1110110 | 11001111 | 0 | 110110 | 10011 | 0 | 101000001 | 1100100 | 1001001 |
Color Harmonies of #FF76CF
Complementary color
Monochromatic Colors of #FF76CF
Black with #FF76CF
Text Example
Text Example
White with #FF76CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF76CF; }
p { color: rgb(255,118,207); }
H1.HeaderClassName
{
color: #FF76CF;
}
.AnyTagClassName
{
color: #FF76CF;
}
</style>
background-color css
<style>
a { background-color: #FF76CF; }
a { background-color: rgb(255,118,207); }
div.DivClassName
{
background-color: #FF76CF;
}
.BgClassName
{
background-color: #FF76CF;
}
</style>
border-color css
<style>
span { border-color: #FF76CF; }
span { border-color: rgb(255,118,207); }
td.TdClassName
{
border-color: #FF76CF;
}
.TagClassName
{
border-color: #FF76CF;
}
</style>