Shades of Neon Pink #F75BCD
Tints of Neon Pink #F75BCD
RGB
CMYK
RGB Variations
Color information
#F75BCD (or 0xF75BCD) is known color: Neon Pink. HEX triplet: F7, 5B and CD. RGB value is (247,91,205). Sum of RGB (Red+Green+Blue) = 247+91+205=543 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.49% from 543); Green value is 91 (35.94% from 255 or 16.76% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 247 - color contains mainly: red. Hex color #F75BCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75BCD is #08A432. Grayscale: #969696. Windows color (decimal): -566323 or 13458423. OLE color: 13458423.
HSL color Cylindrical-coordinate representation of color #F75BCD: hue angle of 316.15º 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 #F75BCD is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 91 | 205 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.03 |
| HSL | 316.15º | 0.91% | 0.66% | - |
| HSV(B) | 316.15º | 0.63% | 0.97% | - |
| XYZ | 53.12 | 31.66 | 61.07 | - |
| YUV | 150.64 | 158.68 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 91 | 205 | 0 | 0.63 | 0.17 | 0.03 | 316.15 | 0.91 | 0.66 |
| Hex | F7 | 5B | CD | 0 | 3F | 11 | 3 | 13C | 5B | 42 |
| Octal | 367 | 133 | 315 | 0 | 77 | 21 | 3 | 474 | 133 | 102 |
| Binary | 11110111 | 1011011 | 11001101 | 0 | 111111 | 10001 | 11 | 100111100 | 1011011 | 1000010 |
Color Harmonies of #F75BCD
Complementary color
Monochromatic Colors of #F75BCD
Black with #F75BCD
Text Example
Text Example
White with #F75BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75BCD; }
p { color: rgb(247,91,205); }
H1.HeaderClassName
{
color: #F75BCD;
}
.AnyTagClassName
{
color: #F75BCD;
}
</style>
background-color css
<style>
a { background-color: #F75BCD; }
a { background-color: rgb(247,91,205); }
div.DivClassName
{
background-color: #F75BCD;
}
.BgClassName
{
background-color: #F75BCD;
}
</style>
border-color css
<style>
span { border-color: #F75BCD; }
span { border-color: rgb(247,91,205); }
td.TdClassName
{
border-color: #F75BCD;
}
.TagClassName
{
border-color: #F75BCD;
}
</style>