Shades of Neon Pink #F75BCC
Tints of Neon Pink #F75BCC
RGB
CMYK
RGB Variations
Color information
#F75BCC (or 0xF75BCC) is known color: Neon Pink. HEX triplet: F7, 5B and CC. RGB value is (247,91,204). Sum of RGB (Red+Green+Blue) = 247+91+204=542 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.57% from 542); Green value is 91 (35.94% from 255 or 16.79% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 247 - color contains mainly: red. Hex color #F75BCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75BCC is #08A433. Grayscale: #969696. Windows color (decimal): -566324 or 13392887. OLE color: 13392887.
HSL color Cylindrical-coordinate representation of color #F75BCC: hue angle of 316.54º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F75BCC is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 91 | 204 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.03 |
| HSL | 316.54º | 0.91% | 0.66% | - |
| HSV(B) | 316.54º | 0.63% | 0.97% | - |
| XYZ | 53 | 31.62 | 60.44 | - |
| YUV | 150.53 | 158.18 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 91 | 204 | 0 | 0.63 | 0.17 | 0.03 | 316.54 | 0.91 | 0.66 |
| Hex | F7 | 5B | CC | 0 | 3F | 11 | 3 | 13D | 5B | 42 |
| Octal | 367 | 133 | 314 | 0 | 77 | 21 | 3 | 475 | 133 | 102 |
| Binary | 11110111 | 1011011 | 11001100 | 0 | 111111 | 10001 | 11 | 100111101 | 1011011 | 1000010 |
Color Harmonies of #F75BCC
Complementary color
Monochromatic Colors of #F75BCC
Black with #F75BCC
Text Example
Text Example
White with #F75BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75BCC; }
p { color: rgb(247,91,204); }
H1.HeaderClassName
{
color: #F75BCC;
}
.AnyTagClassName
{
color: #F75BCC;
}
</style>
background-color css
<style>
a { background-color: #F75BCC; }
a { background-color: rgb(247,91,204); }
div.DivClassName
{
background-color: #F75BCC;
}
.BgClassName
{
background-color: #F75BCC;
}
</style>
border-color css
<style>
span { border-color: #F75BCC; }
span { border-color: rgb(247,91,204); }
td.TdClassName
{
border-color: #F75BCC;
}
.TagClassName
{
border-color: #F75BCC;
}
</style>