Shades of Neon Pink #F75FCC
Tints of Neon Pink #F75FCC
RGB
CMYK
RGB Variations
Color information
#F75FCC (or 0xF75FCC) is known color: Neon Pink. HEX triplet: F7, 5F and CC. RGB value is (247,95,204). Sum of RGB (Red+Green+Blue) = 247+95+204=546 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.24% from 546); Green value is 95 (37.5% from 255 or 17.40% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 247 - color contains mainly: red. Hex color #F75FCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75FCC is #08A033. Grayscale: #989898. Windows color (decimal): -565300 or 13393911. OLE color: 13393911.
HSL color Cylindrical-coordinate representation of color #F75FCC: hue angle of 316.97º 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 #F75FCC is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
RGB | 247 | 95 | 204 | - |
CMYK | 0 | 0.62 | 0.17 | 0.03 |
HSL | 316.97º | 0.9% | 0.67% | - |
HSV(B) | 316.97º | 0.62% | 0.97% | - |
XYZ | 53.35 | 32.32 | 60.55 | - |
YUV | 152.87 | 156.86 | 195.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 247 | 95 | 204 | 0 | 0.62 | 0.17 | 0.03 | 316.97 | 0.9 | 0.67 |
Hex | F7 | 5F | CC | 0 | 3E | 11 | 3 | 13D | 5A | 43 |
Octal | 367 | 137 | 314 | 0 | 76 | 21 | 3 | 475 | 132 | 103 |
Binary | 11110111 | 1011111 | 11001100 | 0 | 111110 | 10001 | 11 | 100111101 | 1011010 | 1000011 |
Color Harmonies of #F75FCC
Complementary color
Monochromatic Colors of #F75FCC
Black with #F75FCC
Text Example
Text Example
White with #F75FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75FCC; }
p { color: rgb(247,95,204); }
H1.HeaderClassName
{
color: #F75FCC;
}
.AnyTagClassName
{
color: #F75FCC;
}
</style>
background-color css
<style>
a { background-color: #F75FCC; }
a { background-color: rgb(247,95,204); }
div.DivClassName
{
background-color: #F75FCC;
}
.BgClassName
{
background-color: #F75FCC;
}
</style>
border-color css
<style>
span { border-color: #F75FCC; }
span { border-color: rgb(247,95,204); }
td.TdClassName
{
border-color: #F75FCC;
}
.TagClassName
{
border-color: #F75FCC;
}
</style>