Shades of Neon Pink #FC67C7
Tints of Neon Pink #FC67C7
RGB
CMYK
RGB Variations
Color information
#FC67C7 (or 0xFC67C7) is known color: Neon Pink. HEX triplet: FC, 67 and C7. RGB value is (252,103,199). Sum of RGB (Red+Green+Blue) = 252+103+199=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 103 (40.62% from 255 or 18.59% from 554); Blue value is 199 (78.12% from 255 or 35.92% from 554); Max value from RGB is 252 - color contains mainly: red. Hex color #FC67C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC67C7 is #039838. Grayscale: #9E9E9E. Windows color (decimal): -235577 or 13068284. OLE color: 13068284.
HSL color Cylindrical-coordinate representation of color #FC67C7: hue angle of 321.34º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FC67C7 is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 103 | 199 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.01 |
| HSL | 321.34º | 0.96% | 0.7% | - |
| HSV(B) | 321.34º | 0.59% | 0.99% | - |
| XYZ | 55.3 | 34.52 | 57.78 | - |
| YUV | 158.5 | 150.86 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 103 | 199 | 0 | 0.59 | 0.21 | 0.01 | 321.34 | 0.96 | 0.7 |
| Hex | FC | 67 | C7 | 0 | 3B | 15 | 1 | 141 | 60 | 46 |
| Octal | 374 | 147 | 307 | 0 | 73 | 25 | 1 | 501 | 140 | 106 |
| Binary | 11111100 | 1100111 | 11000111 | 0 | 111011 | 10101 | 1 | 101000001 | 1100000 | 1000110 |
Color Harmonies of #FC67C7
Complementary color
Monochromatic Colors of #FC67C7
Black with #FC67C7
Text Example
Text Example
White with #FC67C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC67C7; }
p { color: rgb(252,103,199); }
H1.HeaderClassName
{
color: #FC67C7;
}
.AnyTagClassName
{
color: #FC67C7;
}
</style>
background-color css
<style>
a { background-color: #FC67C7; }
a { background-color: rgb(252,103,199); }
div.DivClassName
{
background-color: #FC67C7;
}
.BgClassName
{
background-color: #FC67C7;
}
</style>
border-color css
<style>
span { border-color: #FC67C7; }
span { border-color: rgb(252,103,199); }
td.TdClassName
{
border-color: #FC67C7;
}
.TagClassName
{
border-color: #FC67C7;
}
</style>