Shades of Neon Pink #F751C2
Tints of Neon Pink #F751C2
RGB
CMYK
RGB Variations
Color information
#F751C2 (or 0xF751C2) is known color: Neon Pink. HEX triplet: F7, 51 and C2. RGB value is (247,81,194). Sum of RGB (Red+Green+Blue) = 247+81+194=522 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.32% from 522); Green value is 81 (32.03% from 255 or 15.52% from 522); Blue value is 194 (76.17% from 255 or 37.16% from 522); Max value from RGB is 247 - color contains mainly: red. Hex color #F751C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F751C2 is #08AE3D. Grayscale: #8F8F8F. Windows color (decimal): -568894 or 12734967. OLE color: 12734967.
HSL color Cylindrical-coordinate representation of color #F751C2: hue angle of 319.16º 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 #F751C2 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 81 | 194 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.03 |
| HSL | 319.16º | 0.91% | 0.64% | - |
| HSV(B) | 319.16º | 0.67% | 0.97% | - |
| XYZ | 51.04 | 29.55 | 54.05 | - |
| YUV | 143.52 | 156.5 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 81 | 194 | 0 | 0.67 | 0.21 | 0.03 | 319.16 | 0.91 | 0.64 |
| Hex | F7 | 51 | C2 | 0 | 43 | 15 | 3 | 13F | 5B | 40 |
| Octal | 367 | 121 | 302 | 0 | 103 | 25 | 3 | 477 | 133 | 100 |
| Binary | 11110111 | 1010001 | 11000010 | 0 | 1000011 | 10101 | 11 | 100111111 | 1011011 | 1000000 |
Color Harmonies of #F751C2
Complementary color
Monochromatic Colors of #F751C2
Black with #F751C2
Text Example
Text Example
White with #F751C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F751C2; }
p { color: rgb(247,81,194); }
H1.HeaderClassName
{
color: #F751C2;
}
.AnyTagClassName
{
color: #F751C2;
}
</style>
background-color css
<style>
a { background-color: #F751C2; }
a { background-color: rgb(247,81,194); }
div.DivClassName
{
background-color: #F751C2;
}
.BgClassName
{
background-color: #F751C2;
}
</style>
border-color css
<style>
span { border-color: #F751C2; }
span { border-color: rgb(247,81,194); }
td.TdClassName
{
border-color: #F751C2;
}
.TagClassName
{
border-color: #F751C2;
}
</style>