Shades of Neon Pink #F75ACF
Tints of Neon Pink #F75ACF
RGB
CMYK
RGB Variations
Color information
#F75ACF (or 0xF75ACF) is known color: Neon Pink. HEX triplet: F7, 5A and CF. RGB value is (247,90,207). Sum of RGB (Red+Green+Blue) = 247+90+207=544 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.40% from 544); Green value is 90 (35.55% from 255 or 16.54% from 544); Blue value is 207 (81.25% from 255 or 38.05% from 544); Max value from RGB is 247 - color contains mainly: red. Hex color #F75ACF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75ACF is #08A530. Grayscale: #959595. Windows color (decimal): -566577 or 13589239. OLE color: 13589239.
HSL color Cylindrical-coordinate representation of color #F75ACF: hue angle of 315.29º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F75ACF is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 90 | 207 | - |
| CMYK | 0 | 0.64 | 0.16 | 0.03 |
| HSL | 315.29º | 0.91% | 0.66% | - |
| HSV(B) | 315.29º | 0.64% | 0.97% | - |
| XYZ | 53.28 | 31.59 | 62.32 | - |
| YUV | 150.28 | 160.01 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 90 | 207 | 0 | 0.64 | 0.16 | 0.03 | 315.29 | 0.91 | 0.66 |
| Hex | F7 | 5A | CF | 0 | 40 | 10 | 3 | 13B | 5B | 42 |
| Octal | 367 | 132 | 317 | 0 | 100 | 20 | 3 | 473 | 133 | 102 |
| Binary | 11110111 | 1011010 | 11001111 | 0 | 1000000 | 10000 | 11 | 100111011 | 1011011 | 1000010 |
Color Harmonies of #F75ACF
Complementary color
Monochromatic Colors of #F75ACF
Black with #F75ACF
Text Example
Text Example
White with #F75ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75ACF; }
p { color: rgb(247,90,207); }
H1.HeaderClassName
{
color: #F75ACF;
}
.AnyTagClassName
{
color: #F75ACF;
}
</style>
background-color css
<style>
a { background-color: #F75ACF; }
a { background-color: rgb(247,90,207); }
div.DivClassName
{
background-color: #F75ACF;
}
.BgClassName
{
background-color: #F75ACF;
}
</style>
border-color css
<style>
span { border-color: #F75ACF; }
span { border-color: rgb(247,90,207); }
td.TdClassName
{
border-color: #F75ACF;
}
.TagClassName
{
border-color: #F75ACF;
}
</style>