Shades of Neon Pink #F751C1
Tints of Neon Pink #F751C1
RGB
CMYK
RGB Variations
Color information
#F751C1 (or 0xF751C1) is known color: Neon Pink. HEX triplet: F7, 51 and C1. RGB value is (247,81,193). Sum of RGB (Red+Green+Blue) = 247+81+193=521 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.41% from 521); Green value is 81 (32.03% from 255 or 15.55% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 247 - color contains mainly: red. Hex color #F751C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F751C1 is #08AE3E. Grayscale: #8F8F8F. Windows color (decimal): -568895 or 12669431. OLE color: 12669431.
HSL color Cylindrical-coordinate representation of color #F751C1: hue angle of 319.52º 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 #F751C1 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 81 | 193 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.03 |
| HSL | 319.52º | 0.91% | 0.64% | - |
| HSV(B) | 319.52º | 0.67% | 0.97% | - |
| XYZ | 50.93 | 29.51 | 53.46 | - |
| YUV | 143.4 | 156 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 81 | 193 | 0 | 0.67 | 0.22 | 0.03 | 319.52 | 0.91 | 0.64 |
| Hex | F7 | 51 | C1 | 0 | 43 | 16 | 3 | 140 | 5B | 40 |
| Octal | 367 | 121 | 301 | 0 | 103 | 26 | 3 | 500 | 133 | 100 |
| Binary | 11110111 | 1010001 | 11000001 | 0 | 1000011 | 10110 | 11 | 101000000 | 1011011 | 1000000 |
Color Harmonies of #F751C1
Complementary color
Monochromatic Colors of #F751C1
Black with #F751C1
Text Example
Text Example
White with #F751C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F751C1; }
p { color: rgb(247,81,193); }
H1.HeaderClassName
{
color: #F751C1;
}
.AnyTagClassName
{
color: #F751C1;
}
</style>
background-color css
<style>
a { background-color: #F751C1; }
a { background-color: rgb(247,81,193); }
div.DivClassName
{
background-color: #F751C1;
}
.BgClassName
{
background-color: #F751C1;
}
</style>
border-color css
<style>
span { border-color: #F751C1; }
span { border-color: rgb(247,81,193); }
td.TdClassName
{
border-color: #F751C1;
}
.TagClassName
{
border-color: #F751C1;
}
</style>