Shades of Neon Pink #FF77C7
Tints of Neon Pink #FF77C7
RGB
CMYK
RGB Variations
Color information
#FF77C7 (or 0xFF77C7) is known color: Neon Pink. HEX triplet: FF, 77 and C7. RGB value is (255,119,199). Sum of RGB (Red+Green+Blue) = 255+119+199=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 119 (46.88% from 255 or 20.77% from 573); Blue value is 199 (78.12% from 255 or 34.73% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FF77C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF77C7 is #008838. Grayscale: #A8A8A8. Windows color (decimal): -34873 or 13072383. OLE color: 13072383.
HSL color Cylindrical-coordinate representation of color #FF77C7: hue angle of 324.71º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF77C7 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 199 | - |
| CMYK | 0 | 0.53 | 0.22 | 0 |
| HSL | 324.71º | 1% | 0.73% | - |
| HSV(B) | 324.71º | 0.53% | 1% | - |
| XYZ | 58.15 | 38.58 | 58.41 | - |
| YUV | 168.78 | 145.06 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 199 | 0 | 0.53 | 0.22 | 0 | 324.71 | 1 | 0.73 |
| Hex | FF | 77 | C7 | 0 | 35 | 16 | 0 | 145 | 64 | 49 |
| Octal | 377 | 167 | 307 | 0 | 65 | 26 | 0 | 505 | 144 | 111 |
| Binary | 11111111 | 1110111 | 11000111 | 0 | 110101 | 10110 | 0 | 101000101 | 1100100 | 1001001 |
Color Harmonies of #FF77C7
Complementary color
Monochromatic Colors of #FF77C7
Black with #FF77C7
Text Example
Text Example
White with #FF77C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF77C7; }
p { color: rgb(255,119,199); }
H1.HeaderClassName
{
color: #FF77C7;
}
.AnyTagClassName
{
color: #FF77C7;
}
</style>
background-color css
<style>
a { background-color: #FF77C7; }
a { background-color: rgb(255,119,199); }
div.DivClassName
{
background-color: #FF77C7;
}
.BgClassName
{
background-color: #FF77C7;
}
</style>
border-color css
<style>
span { border-color: #FF77C7; }
span { border-color: rgb(255,119,199); }
td.TdClassName
{
border-color: #FF77C7;
}
.TagClassName
{
border-color: #FF77C7;
}
</style>