Shades of Neon Pink #FF77CD
Tints of Neon Pink #FF77CD
RGB
CMYK
RGB Variations
Color information
#FF77CD (or 0xFF77CD) is known color: Neon Pink. HEX triplet: FF, 77 and CD. RGB value is (255,119,205). Sum of RGB (Red+Green+Blue) = 255+119+205=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 119 (46.88% from 255 or 20.55% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FF77CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF77CD is #008832. Grayscale: #A9A9A9. Windows color (decimal): -34867 or 13465599. OLE color: 13465599.
HSL color Cylindrical-coordinate representation of color #FF77CD: hue angle of 322.06º 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 #FF77CD is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 205 | - |
| CMYK | 0 | 0.53 | 0.20 | 0 |
| HSL | 322.06º | 1% | 0.73% | - |
| HSV(B) | 322.06º | 0.53% | 1% | - |
| XYZ | 58.86 | 38.86 | 62.16 | - |
| YUV | 169.47 | 148.06 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 205 | 0 | 0.53 | 0.20 | 0 | 322.06 | 1 | 0.73 |
| Hex | FF | 77 | CD | 0 | 35 | 14 | 0 | 142 | 64 | 49 |
| Octal | 377 | 167 | 315 | 0 | 65 | 24 | 0 | 502 | 144 | 111 |
| Binary | 11111111 | 1110111 | 11001101 | 0 | 110101 | 10100 | 0 | 101000010 | 1100100 | 1001001 |
Color Harmonies of #FF77CD
Complementary color
Monochromatic Colors of #FF77CD
Black with #FF77CD
Text Example
Text Example
White with #FF77CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF77CD; }
p { color: rgb(255,119,205); }
H1.HeaderClassName
{
color: #FF77CD;
}
.AnyTagClassName
{
color: #FF77CD;
}
</style>
background-color css
<style>
a { background-color: #FF77CD; }
a { background-color: rgb(255,119,205); }
div.DivClassName
{
background-color: #FF77CD;
}
.BgClassName
{
background-color: #FF77CD;
}
</style>
border-color css
<style>
span { border-color: #FF77CD; }
span { border-color: rgb(255,119,205); }
td.TdClassName
{
border-color: #FF77CD;
}
.TagClassName
{
border-color: #FF77CD;
}
</style>