Shades of Neon Pink #FC74C6
Tints of Neon Pink #FC74C6
RGB
CMYK
RGB Variations
Color information
#FC74C6 (or 0xFC74C6) is known color: Neon Pink. HEX triplet: FC, 74 and C6. RGB value is (252,116,198). Sum of RGB (Red+Green+Blue) = 252+116+198=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 116 (45.70% from 255 or 20.49% from 566); Blue value is 198 (77.73% from 255 or 34.98% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FC74C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC74C6 is #038B39. Grayscale: #A5A5A5. Windows color (decimal): -232250 or 13006076. OLE color: 13006076.
HSL color Cylindrical-coordinate representation of color #FC74C6: hue angle of 323.82º 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 #FC74C6 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 116 | 198 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.01 |
| HSL | 323.82º | 0.96% | 0.72% | - |
| HSV(B) | 323.82º | 0.54% | 0.99% | - |
| XYZ | 56.58 | 37.26 | 57.64 | - |
| YUV | 166.01 | 146.06 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 116 | 198 | 0 | 0.54 | 0.21 | 0.01 | 323.82 | 0.96 | 0.72 |
| Hex | FC | 74 | C6 | 0 | 36 | 15 | 1 | 144 | 60 | 48 |
| Octal | 374 | 164 | 306 | 0 | 66 | 25 | 1 | 504 | 140 | 110 |
| Binary | 11111100 | 1110100 | 11000110 | 0 | 110110 | 10101 | 1 | 101000100 | 1100000 | 1001000 |
Color Harmonies of #FC74C6
Complementary color
Monochromatic Colors of #FC74C6
Black with #FC74C6
Text Example
Text Example
White with #FC74C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC74C6; }
p { color: rgb(252,116,198); }
H1.HeaderClassName
{
color: #FC74C6;
}
.AnyTagClassName
{
color: #FC74C6;
}
</style>
background-color css
<style>
a { background-color: #FC74C6; }
a { background-color: rgb(252,116,198); }
div.DivClassName
{
background-color: #FC74C6;
}
.BgClassName
{
background-color: #FC74C6;
}
</style>
border-color css
<style>
span { border-color: #FC74C6; }
span { border-color: rgb(252,116,198); }
td.TdClassName
{
border-color: #FC74C6;
}
.TagClassName
{
border-color: #FC74C6;
}
</style>