Shades of Neon Pink #FC74C5
Tints of Neon Pink #FC74C5
RGB
CMYK
RGB Variations
Color information
#FC74C5 (or 0xFC74C5) is known color: Neon Pink. HEX triplet: FC, 74 and C5. RGB value is (252,116,197). Sum of RGB (Red+Green+Blue) = 252+116+197=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 116 (45.70% from 255 or 20.53% from 565); Blue value is 197 (77.34% from 255 or 34.87% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FC74C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC74C5 is #038B3A. Grayscale: #A5A5A5. Windows color (decimal): -232251 or 12940540. OLE color: 12940540.
HSL color Cylindrical-coordinate representation of color #FC74C5: hue angle of 324.26º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FC74C5 is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 116 | 197 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.01 |
| HSL | 324.26º | 0.96% | 0.72% | - |
| HSV(B) | 324.26º | 0.54% | 0.99% | - |
| XYZ | 56.47 | 37.22 | 57.03 | - |
| YUV | 165.9 | 145.56 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 116 | 197 | 0 | 0.54 | 0.22 | 0.01 | 324.26 | 0.96 | 0.72 |
| Hex | FC | 74 | C5 | 0 | 36 | 16 | 1 | 144 | 60 | 48 |
| Octal | 374 | 164 | 305 | 0 | 66 | 26 | 1 | 504 | 140 | 110 |
| Binary | 11111100 | 1110100 | 11000101 | 0 | 110110 | 10110 | 1 | 101000100 | 1100000 | 1001000 |
Color Harmonies of #FC74C5
Complementary color
Monochromatic Colors of #FC74C5
Black with #FC74C5
Text Example
Text Example
White with #FC74C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC74C5; }
p { color: rgb(252,116,197); }
H1.HeaderClassName
{
color: #FC74C5;
}
.AnyTagClassName
{
color: #FC74C5;
}
</style>
background-color css
<style>
a { background-color: #FC74C5; }
a { background-color: rgb(252,116,197); }
div.DivClassName
{
background-color: #FC74C5;
}
.BgClassName
{
background-color: #FC74C5;
}
</style>
border-color css
<style>
span { border-color: #FC74C5; }
span { border-color: rgb(252,116,197); }
td.TdClassName
{
border-color: #FC74C5;
}
.TagClassName
{
border-color: #FC74C5;
}
</style>