Shades of Neon Pink #FC78C5
Tints of Neon Pink #FC78C5
RGB
CMYK
RGB Variations
Color information
#FC78C5 (or 0xFC78C5) is known color: Neon Pink. HEX triplet: FC, 78 and C5. RGB value is (252,120,197). Sum of RGB (Red+Green+Blue) = 252+120+197=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 120 (47.27% from 255 or 21.09% from 569); Blue value is 197 (77.34% from 255 or 34.62% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FC78C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC78C5 is #03873A. Grayscale: #A8A8A8. Windows color (decimal): -231227 or 12941564. OLE color: 12941564.
HSL color Cylindrical-coordinate representation of color #FC78C5: hue angle of 325º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FC78C5 is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 120 | 197 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.01 |
| HSL | 325º | 0.96% | 0.73% | - |
| HSV(B) | 325º | 0.52% | 0.99% | - |
| XYZ | 56.94 | 38.16 | 57.19 | - |
| YUV | 168.25 | 144.23 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 120 | 197 | 0 | 0.52 | 0.22 | 0.01 | 325 | 0.96 | 0.73 |
| Hex | FC | 78 | C5 | 0 | 34 | 16 | 1 | 145 | 60 | 49 |
| Octal | 374 | 170 | 305 | 0 | 64 | 26 | 1 | 505 | 140 | 111 |
| Binary | 11111100 | 1111000 | 11000101 | 0 | 110100 | 10110 | 1 | 101000101 | 1100000 | 1001001 |
Color Harmonies of #FC78C5
Complementary color
Monochromatic Colors of #FC78C5
Black with #FC78C5
Text Example
Text Example
White with #FC78C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC78C5; }
p { color: rgb(252,120,197); }
H1.HeaderClassName
{
color: #FC78C5;
}
.AnyTagClassName
{
color: #FC78C5;
}
</style>
background-color css
<style>
a { background-color: #FC78C5; }
a { background-color: rgb(252,120,197); }
div.DivClassName
{
background-color: #FC78C5;
}
.BgClassName
{
background-color: #FC78C5;
}
</style>
border-color css
<style>
span { border-color: #FC78C5; }
span { border-color: rgb(252,120,197); }
td.TdClassName
{
border-color: #FC78C5;
}
.TagClassName
{
border-color: #FC78C5;
}
</style>