Shades of Neon Pink #FC74C2
Tints of Neon Pink #FC74C2
RGB
CMYK
RGB Variations
Color information
#FC74C2 (or 0xFC74C2) is known color: Neon Pink. HEX triplet: FC, 74 and C2. RGB value is (252,116,194). Sum of RGB (Red+Green+Blue) = 252+116+194=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 116 (45.70% from 255 or 20.64% from 562); Blue value is 194 (76.17% from 255 or 34.52% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FC74C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC74C2 is #038B3D. Grayscale: #A5A5A5. Windows color (decimal): -232254 or 12743932. OLE color: 12743932.
HSL color Cylindrical-coordinate representation of color #FC74C2: hue angle of 325.59º 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 #FC74C2 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 116 | 194 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.01 |
| HSL | 325.59º | 0.96% | 0.72% | - |
| HSV(B) | 325.59º | 0.54% | 0.99% | - |
| XYZ | 56.13 | 37.08 | 55.24 | - |
| YUV | 165.56 | 144.06 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 116 | 194 | 0 | 0.54 | 0.23 | 0.01 | 325.59 | 0.96 | 0.72 |
| Hex | FC | 74 | C2 | 0 | 36 | 17 | 1 | 146 | 60 | 48 |
| Octal | 374 | 164 | 302 | 0 | 66 | 27 | 1 | 506 | 140 | 110 |
| Binary | 11111100 | 1110100 | 11000010 | 0 | 110110 | 10111 | 1 | 101000110 | 1100000 | 1001000 |
Color Harmonies of #FC74C2
Complementary color
Monochromatic Colors of #FC74C2
Black with #FC74C2
Text Example
Text Example
White with #FC74C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC74C2; }
p { color: rgb(252,116,194); }
H1.HeaderClassName
{
color: #FC74C2;
}
.AnyTagClassName
{
color: #FC74C2;
}
</style>
background-color css
<style>
a { background-color: #FC74C2; }
a { background-color: rgb(252,116,194); }
div.DivClassName
{
background-color: #FC74C2;
}
.BgClassName
{
background-color: #FC74C2;
}
</style>
border-color css
<style>
span { border-color: #FC74C2; }
span { border-color: rgb(252,116,194); }
td.TdClassName
{
border-color: #FC74C2;
}
.TagClassName
{
border-color: #FC74C2;
}
</style>