Shades of Neon Pink #F754C0
Tints of Neon Pink #F754C0
RGB
CMYK
RGB Variations
Color information
#F754C0 (or 0xF754C0) is known color: Neon Pink. HEX triplet: F7, 54 and C0. RGB value is (247,84,192). Sum of RGB (Red+Green+Blue) = 247+84+192=523 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.23% from 523); Green value is 84 (33.20% from 255 or 16.06% from 523); Blue value is 192 (75.39% from 255 or 36.71% from 523); Max value from RGB is 247 - color contains mainly: red. Hex color #F754C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F754C0 is #08AB3F. Grayscale: #909090. Windows color (decimal): -568128 or 12604663. OLE color: 12604663.
HSL color Cylindrical-coordinate representation of color #F754C0: hue angle of 320.25º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F754C0 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 84 | 192 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.03 |
| HSL | 320.25º | 0.91% | 0.65% | - |
| HSV(B) | 320.25º | 0.66% | 0.97% | - |
| XYZ | 51.04 | 29.92 | 52.95 | - |
| YUV | 145.05 | 154.5 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 84 | 192 | 0 | 0.66 | 0.22 | 0.03 | 320.25 | 0.91 | 0.65 |
| Hex | F7 | 54 | C0 | 0 | 42 | 16 | 3 | 140 | 5B | 41 |
| Octal | 367 | 124 | 300 | 0 | 102 | 26 | 3 | 500 | 133 | 101 |
| Binary | 11110111 | 1010100 | 11000000 | 0 | 1000010 | 10110 | 11 | 101000000 | 1011011 | 1000001 |
Color Harmonies of #F754C0
Complementary color
Monochromatic Colors of #F754C0
Black with #F754C0
Text Example
Text Example
White with #F754C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F754C0; }
p { color: rgb(247,84,192); }
H1.HeaderClassName
{
color: #F754C0;
}
.AnyTagClassName
{
color: #F754C0;
}
</style>
background-color css
<style>
a { background-color: #F754C0; }
a { background-color: rgb(247,84,192); }
div.DivClassName
{
background-color: #F754C0;
}
.BgClassName
{
background-color: #F754C0;
}
</style>
border-color css
<style>
span { border-color: #F754C0; }
span { border-color: rgb(247,84,192); }
td.TdClassName
{
border-color: #F754C0;
}
.TagClassName
{
border-color: #F754C0;
}
</style>