Shades of Neon Pink #FC67CF
Tints of Neon Pink #FC67CF
RGB
CMYK
RGB Variations
Color information
#FC67CF (or 0xFC67CF) is known color: Neon Pink. HEX triplet: FC, 67 and CF. RGB value is (252,103,207). Sum of RGB (Red+Green+Blue) = 252+103+207=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 103 (40.62% from 255 or 18.33% from 562); Blue value is 207 (81.25% from 255 or 36.83% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FC67CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC67CF is #039830. Grayscale: #9F9F9F. Windows color (decimal): -235569 or 13592572. OLE color: 13592572.
HSL color Cylindrical-coordinate representation of color #FC67CF: hue angle of 318.12º 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 #FC67CF is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 103 | 207 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.01 |
| HSL | 318.12º | 0.96% | 0.7% | - |
| HSV(B) | 318.12º | 0.59% | 0.99% | - |
| XYZ | 56.26 | 34.9 | 62.8 | - |
| YUV | 159.41 | 154.86 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 103 | 207 | 0 | 0.59 | 0.18 | 0.01 | 318.12 | 0.96 | 0.7 |
| Hex | FC | 67 | CF | 0 | 3B | 12 | 1 | 13E | 60 | 46 |
| Octal | 374 | 147 | 317 | 0 | 73 | 22 | 1 | 476 | 140 | 106 |
| Binary | 11111100 | 1100111 | 11001111 | 0 | 111011 | 10010 | 1 | 100111110 | 1100000 | 1000110 |
Color Harmonies of #FC67CF
Complementary color
Monochromatic Colors of #FC67CF
Black with #FC67CF
Text Example
Text Example
White with #FC67CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC67CF; }
p { color: rgb(252,103,207); }
H1.HeaderClassName
{
color: #FC67CF;
}
.AnyTagClassName
{
color: #FC67CF;
}
</style>
background-color css
<style>
a { background-color: #FC67CF; }
a { background-color: rgb(252,103,207); }
div.DivClassName
{
background-color: #FC67CF;
}
.BgClassName
{
background-color: #FC67CF;
}
</style>
border-color css
<style>
span { border-color: #FC67CF; }
span { border-color: rgb(252,103,207); }
td.TdClassName
{
border-color: #FC67CF;
}
.TagClassName
{
border-color: #FC67CF;
}
</style>