Shades of Neon Pink #FF7CCF
Tints of Neon Pink #FF7CCF
RGB
CMYK
RGB Variations
Color information
#FF7CCF (or 0xFF7CCF) is known color: Neon Pink. HEX triplet: FF, 7C and CF. RGB value is (255,124,207). Sum of RGB (Red+Green+Blue) = 255+124+207=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 124 (48.83% from 255 or 21.16% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7CCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7CCF is #008330. Grayscale: #ACACAC. Windows color (decimal): -33585 or 13597951. OLE color: 13597951.
HSL color Cylindrical-coordinate representation of color #FF7CCF: hue angle of 321.98º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF7CCF is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 124 | 207 | - |
| CMYK | 0 | 0.51 | 0.19 | 0 |
| HSL | 321.98º | 1% | 0.74% | - |
| HSV(B) | 321.98º | 0.51% | 1% | - |
| XYZ | 59.71 | 40.18 | 63.64 | - |
| YUV | 172.63 | 147.4 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 124 | 207 | 0 | 0.51 | 0.19 | 0 | 321.98 | 1 | 0.74 |
| Hex | FF | 7C | CF | 0 | 33 | 13 | 0 | 142 | 64 | 4A |
| Octal | 377 | 174 | 317 | 0 | 63 | 23 | 0 | 502 | 144 | 112 |
| Binary | 11111111 | 1111100 | 11001111 | 0 | 110011 | 10011 | 0 | 101000010 | 1100100 | 1001010 |
Color Harmonies of #FF7CCF
Complementary color
Monochromatic Colors of #FF7CCF
Black with #FF7CCF
Text Example
Text Example
White with #FF7CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7CCF; }
p { color: rgb(255,124,207); }
H1.HeaderClassName
{
color: #FF7CCF;
}
.AnyTagClassName
{
color: #FF7CCF;
}
</style>
background-color css
<style>
a { background-color: #FF7CCF; }
a { background-color: rgb(255,124,207); }
div.DivClassName
{
background-color: #FF7CCF;
}
.BgClassName
{
background-color: #FF7CCF;
}
</style>
border-color css
<style>
span { border-color: #FF7CCF; }
span { border-color: rgb(255,124,207); }
td.TdClassName
{
border-color: #FF7CCF;
}
.TagClassName
{
border-color: #FF7CCF;
}
</style>