Shades of Neon Pink #F754C8
Tints of Neon Pink #F754C8
RGB
CMYK
RGB Variations
Color information
#F754C8 (or 0xF754C8) is known color: Neon Pink. HEX triplet: F7, 54 and C8. RGB value is (247,84,200). Sum of RGB (Red+Green+Blue) = 247+84+200=531 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.52% from 531); Green value is 84 (33.20% from 255 or 15.82% from 531); Blue value is 200 (78.52% from 255 or 37.66% from 531); Max value from RGB is 247 - color contains mainly: red. Hex color #F754C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F754C8 is #08AB37. Grayscale: #919191. Windows color (decimal): -568120 or 13128951. OLE color: 13128951.
HSL color Cylindrical-coordinate representation of color #F754C8: hue angle of 317.3º 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 #F754C8 is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 84 | 200 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.03 |
| HSL | 317.3º | 0.91% | 0.65% | - |
| HSV(B) | 317.3º | 0.66% | 0.97% | - |
| XYZ | 51.95 | 30.28 | 57.75 | - |
| YUV | 145.96 | 158.5 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 84 | 200 | 0 | 0.66 | 0.19 | 0.03 | 317.3 | 0.91 | 0.65 |
| Hex | F7 | 54 | C8 | 0 | 42 | 13 | 3 | 13D | 5B | 41 |
| Octal | 367 | 124 | 310 | 0 | 102 | 23 | 3 | 475 | 133 | 101 |
| Binary | 11110111 | 1010100 | 11001000 | 0 | 1000010 | 10011 | 11 | 100111101 | 1011011 | 1000001 |
Color Harmonies of #F754C8
Complementary color
Monochromatic Colors of #F754C8
Black with #F754C8
Text Example
Text Example
White with #F754C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F754C8; }
p { color: rgb(247,84,200); }
H1.HeaderClassName
{
color: #F754C8;
}
.AnyTagClassName
{
color: #F754C8;
}
</style>
background-color css
<style>
a { background-color: #F754C8; }
a { background-color: rgb(247,84,200); }
div.DivClassName
{
background-color: #F754C8;
}
.BgClassName
{
background-color: #F754C8;
}
</style>
border-color css
<style>
span { border-color: #F754C8; }
span { border-color: rgb(247,84,200); }
td.TdClassName
{
border-color: #F754C8;
}
.TagClassName
{
border-color: #F754C8;
}
</style>