Shades of Neon Pink #F75FCD
Tints of Neon Pink #F75FCD
RGB
CMYK
RGB Variations
Color information
#F75FCD (or 0xF75FCD) is known color: Neon Pink. HEX triplet: F7, 5F and CD. RGB value is (247,95,205). Sum of RGB (Red+Green+Blue) = 247+95+205=547 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.16% from 547); Green value is 95 (37.5% from 255 or 17.37% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 247 - color contains mainly: red. Hex color #F75FCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75FCD is #08A032. Grayscale: #989898. Windows color (decimal): -565299 or 13459447. OLE color: 13459447.
HSL color Cylindrical-coordinate representation of color #F75FCD: hue angle of 316.58º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F75FCD is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 95 | 205 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.03 |
| HSL | 316.58º | 0.9% | 0.67% | - |
| HSV(B) | 316.58º | 0.62% | 0.97% | - |
| XYZ | 53.47 | 32.37 | 61.19 | - |
| YUV | 152.99 | 157.36 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 95 | 205 | 0 | 0.62 | 0.17 | 0.03 | 316.58 | 0.9 | 0.67 |
| Hex | F7 | 5F | CD | 0 | 3E | 11 | 3 | 13D | 5A | 43 |
| Octal | 367 | 137 | 315 | 0 | 76 | 21 | 3 | 475 | 132 | 103 |
| Binary | 11110111 | 1011111 | 11001101 | 0 | 111110 | 10001 | 11 | 100111101 | 1011010 | 1000011 |
Color Harmonies of #F75FCD
Complementary color
Monochromatic Colors of #F75FCD
Black with #F75FCD
Text Example
Text Example
White with #F75FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75FCD; }
p { color: rgb(247,95,205); }
H1.HeaderClassName
{
color: #F75FCD;
}
.AnyTagClassName
{
color: #F75FCD;
}
</style>
background-color css
<style>
a { background-color: #F75FCD; }
a { background-color: rgb(247,95,205); }
div.DivClassName
{
background-color: #F75FCD;
}
.BgClassName
{
background-color: #F75FCD;
}
</style>
border-color css
<style>
span { border-color: #F75FCD; }
span { border-color: rgb(247,95,205); }
td.TdClassName
{
border-color: #F75FCD;
}
.TagClassName
{
border-color: #F75FCD;
}
</style>