Shades of Neon Pink #FF77C2
Tints of Neon Pink #FF77C2
RGB
CMYK
RGB Variations
Color information
#FF77C2 (or 0xFF77C2) is known color: Neon Pink. HEX triplet: FF, 77 and C2. RGB value is (255,119,194). Sum of RGB (Red+Green+Blue) = 255+119+194=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 119 (46.88% from 255 or 20.95% from 568); Blue value is 194 (76.17% from 255 or 34.15% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FF77C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF77C2 is #00883D. Grayscale: #A8A8A8. Windows color (decimal): -34878 or 12744703. OLE color: 12744703.
HSL color Cylindrical-coordinate representation of color #FF77C2: hue angle of 326.91º 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 #FF77C2 is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 194 | - |
| CMYK | 0 | 0.53 | 0.24 | 0 |
| HSL | 326.91º | 1% | 0.73% | - |
| HSV(B) | 326.91º | 0.53% | 1% | - |
| XYZ | 57.57 | 38.35 | 55.41 | - |
| YUV | 168.21 | 142.56 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 194 | 0 | 0.53 | 0.24 | 0 | 326.91 | 1 | 0.73 |
| Hex | FF | 77 | C2 | 0 | 35 | 18 | 0 | 147 | 64 | 49 |
| Octal | 377 | 167 | 302 | 0 | 65 | 30 | 0 | 507 | 144 | 111 |
| Binary | 11111111 | 1110111 | 11000010 | 0 | 110101 | 11000 | 0 | 101000111 | 1100100 | 1001001 |
Color Harmonies of #FF77C2
Complementary color
Monochromatic Colors of #FF77C2
Black with #FF77C2
Text Example
Text Example
White with #FF77C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF77C2; }
p { color: rgb(255,119,194); }
H1.HeaderClassName
{
color: #FF77C2;
}
.AnyTagClassName
{
color: #FF77C2;
}
</style>
background-color css
<style>
a { background-color: #FF77C2; }
a { background-color: rgb(255,119,194); }
div.DivClassName
{
background-color: #FF77C2;
}
.BgClassName
{
background-color: #FF77C2;
}
</style>
border-color css
<style>
span { border-color: #FF77C2; }
span { border-color: rgb(255,119,194); }
td.TdClassName
{
border-color: #FF77C2;
}
.TagClassName
{
border-color: #FF77C2;
}
</style>