Shades of Neon Pink #F751C7
Tints of Neon Pink #F751C7
RGB
CMYK
RGB Variations
Color information
#F751C7 (or 0xF751C7) is known color: Neon Pink. HEX triplet: F7, 51 and C7. RGB value is (247,81,199). Sum of RGB (Red+Green+Blue) = 247+81+199=527 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.87% from 527); Green value is 81 (32.03% from 255 or 15.37% from 527); Blue value is 199 (78.12% from 255 or 37.76% from 527); Max value from RGB is 247 - color contains mainly: red. Hex color #F751C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F751C7 is #08AE38. Grayscale: #8F8F8F. Windows color (decimal): -568889 or 13062647. OLE color: 13062647.
HSL color Cylindrical-coordinate representation of color #F751C7: hue angle of 317.35º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F751C7 is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 81 | 199 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.03 |
| HSL | 317.35º | 0.91% | 0.64% | - |
| HSV(B) | 317.35º | 0.67% | 0.97% | - |
| XYZ | 51.61 | 29.78 | 57.06 | - |
| YUV | 144.09 | 159 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 81 | 199 | 0 | 0.67 | 0.19 | 0.03 | 317.35 | 0.91 | 0.64 |
| Hex | F7 | 51 | C7 | 0 | 43 | 13 | 3 | 13D | 5B | 40 |
| Octal | 367 | 121 | 307 | 0 | 103 | 23 | 3 | 475 | 133 | 100 |
| Binary | 11110111 | 1010001 | 11000111 | 0 | 1000011 | 10011 | 11 | 100111101 | 1011011 | 1000000 |
Color Harmonies of #F751C7
Complementary color
Monochromatic Colors of #F751C7
Black with #F751C7
Text Example
Text Example
White with #F751C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F751C7; }
p { color: rgb(247,81,199); }
H1.HeaderClassName
{
color: #F751C7;
}
.AnyTagClassName
{
color: #F751C7;
}
</style>
background-color css
<style>
a { background-color: #F751C7; }
a { background-color: rgb(247,81,199); }
div.DivClassName
{
background-color: #F751C7;
}
.BgClassName
{
background-color: #F751C7;
}
</style>
border-color css
<style>
span { border-color: #F751C7; }
span { border-color: rgb(247,81,199); }
td.TdClassName
{
border-color: #F751C7;
}
.TagClassName
{
border-color: #F751C7;
}
</style>