Shades of Neon Pink #F754C6
Tints of Neon Pink #F754C6
RGB
CMYK
RGB Variations
Color information
#F754C6 (or 0xF754C6) is known color: Neon Pink. HEX triplet: F7, 54 and C6. RGB value is (247,84,198). Sum of RGB (Red+Green+Blue) = 247+84+198=529 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.69% from 529); Green value is 84 (33.20% from 255 or 15.88% from 529); Blue value is 198 (77.73% from 255 or 37.43% from 529); Max value from RGB is 247 - color contains mainly: red. Hex color #F754C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F754C6 is #08AB39. Grayscale: #919191. Windows color (decimal): -568122 or 12997879. OLE color: 12997879.
HSL color Cylindrical-coordinate representation of color #F754C6: hue angle of 318.04º 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 #F754C6 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 84 | 198 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.03 |
| HSL | 318.04º | 0.91% | 0.65% | - |
| HSV(B) | 318.04º | 0.66% | 0.97% | - |
| XYZ | 51.72 | 30.19 | 56.53 | - |
| YUV | 145.73 | 157.5 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 84 | 198 | 0 | 0.66 | 0.20 | 0.03 | 318.04 | 0.91 | 0.65 |
| Hex | F7 | 54 | C6 | 0 | 42 | 14 | 3 | 13E | 5B | 41 |
| Octal | 367 | 124 | 306 | 0 | 102 | 24 | 3 | 476 | 133 | 101 |
| Binary | 11110111 | 1010100 | 11000110 | 0 | 1000010 | 10100 | 11 | 100111110 | 1011011 | 1000001 |
Color Harmonies of #F754C6
Complementary color
Monochromatic Colors of #F754C6
Black with #F754C6
Text Example
Text Example
White with #F754C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F754C6; }
p { color: rgb(247,84,198); }
H1.HeaderClassName
{
color: #F754C6;
}
.AnyTagClassName
{
color: #F754C6;
}
</style>
background-color css
<style>
a { background-color: #F754C6; }
a { background-color: rgb(247,84,198); }
div.DivClassName
{
background-color: #F754C6;
}
.BgClassName
{
background-color: #F754C6;
}
</style>
border-color css
<style>
span { border-color: #F754C6; }
span { border-color: rgb(247,84,198); }
td.TdClassName
{
border-color: #F754C6;
}
.TagClassName
{
border-color: #F754C6;
}
</style>