Shades of Neon Pink #FC77D4
Tints of Neon Pink #FC77D4
RGB
CMYK
RGB Variations
Color information
#FC77D4 (or 0xFC77D4) is known color: Neon Pink. HEX triplet: FC, 77 and D4. RGB value is (252,119,212). Sum of RGB (Red+Green+Blue) = 252+119+212=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 119 (46.88% from 255 or 20.41% from 583); Blue value is 212 (83.20% from 255 or 36.36% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FC77D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC77D4 is #03882B. Grayscale: #A9A9A9. Windows color (decimal): -231468 or 13924348. OLE color: 13924348.
HSL color Cylindrical-coordinate representation of color #FC77D4: hue angle of 318.05º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FC77D4 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 119 | 212 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.01 |
| HSL | 318.05º | 0.96% | 0.73% | - |
| HSV(B) | 318.05º | 0.53% | 0.99% | - |
| XYZ | 58.63 | 38.64 | 66.66 | - |
| YUV | 169.37 | 152.06 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 119 | 212 | 0 | 0.53 | 0.16 | 0.01 | 318.05 | 0.96 | 0.73 |
| Hex | FC | 77 | D4 | 0 | 35 | 10 | 1 | 13E | 60 | 49 |
| Octal | 374 | 167 | 324 | 0 | 65 | 20 | 1 | 476 | 140 | 111 |
| Binary | 11111100 | 1110111 | 11010100 | 0 | 110101 | 10000 | 1 | 100111110 | 1100000 | 1001001 |
Color Harmonies of #FC77D4
Complementary color
Monochromatic Colors of #FC77D4
Black with #FC77D4
Text Example
Text Example
White with #FC77D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC77D4; }
p { color: rgb(252,119,212); }
H1.HeaderClassName
{
color: #FC77D4;
}
.AnyTagClassName
{
color: #FC77D4;
}
</style>
background-color css
<style>
a { background-color: #FC77D4; }
a { background-color: rgb(252,119,212); }
div.DivClassName
{
background-color: #FC77D4;
}
.BgClassName
{
background-color: #FC77D4;
}
</style>
border-color css
<style>
span { border-color: #FC77D4; }
span { border-color: rgb(252,119,212); }
td.TdClassName
{
border-color: #FC77D4;
}
.TagClassName
{
border-color: #FC77D4;
}
</style>