Shades of Neon Pink #F75ACC
Tints of Neon Pink #F75ACC
RGB
CMYK
RGB Variations
Color information
#F75ACC (or 0xF75ACC) is known color: Neon Pink. HEX triplet: F7, 5A and CC. RGB value is (247,90,204). Sum of RGB (Red+Green+Blue) = 247+90+204=541 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.66% from 541); Green value is 90 (35.55% from 255 or 16.64% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 247 - color contains mainly: red. Hex color #F75ACC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75ACC is #08A533. Grayscale: #959595. Windows color (decimal): -566580 or 13392631. OLE color: 13392631.
HSL color Cylindrical-coordinate representation of color #F75ACC: hue angle of 316.43º 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 #F75ACC is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 90 | 204 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.03 |
| HSL | 316.43º | 0.91% | 0.66% | - |
| HSV(B) | 316.43º | 0.64% | 0.97% | - |
| XYZ | 52.91 | 31.45 | 60.41 | - |
| YUV | 149.94 | 158.51 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 90 | 204 | 0 | 0.64 | 0.17 | 0.03 | 316.43 | 0.91 | 0.66 |
| Hex | F7 | 5A | CC | 0 | 40 | 11 | 3 | 13C | 5B | 42 |
| Octal | 367 | 132 | 314 | 0 | 100 | 21 | 3 | 474 | 133 | 102 |
| Binary | 11110111 | 1011010 | 11001100 | 0 | 1000000 | 10001 | 11 | 100111100 | 1011011 | 1000010 |
Color Harmonies of #F75ACC
Complementary color
Monochromatic Colors of #F75ACC
Black with #F75ACC
Text Example
Text Example
White with #F75ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75ACC; }
p { color: rgb(247,90,204); }
H1.HeaderClassName
{
color: #F75ACC;
}
.AnyTagClassName
{
color: #F75ACC;
}
</style>
background-color css
<style>
a { background-color: #F75ACC; }
a { background-color: rgb(247,90,204); }
div.DivClassName
{
background-color: #F75ACC;
}
.BgClassName
{
background-color: #F75ACC;
}
</style>
border-color css
<style>
span { border-color: #F75ACC; }
span { border-color: rgb(247,90,204); }
td.TdClassName
{
border-color: #F75ACC;
}
.TagClassName
{
border-color: #F75ACC;
}
</style>