Shades of Neon Pink #F751C5
Tints of Neon Pink #F751C5
RGB
CMYK
RGB Variations
Color information
#F751C5 (or 0xF751C5) is known color: Neon Pink. HEX triplet: F7, 51 and C5. RGB value is (247,81,197). Sum of RGB (Red+Green+Blue) = 247+81+197=525 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.05% from 525); Green value is 81 (32.03% from 255 or 15.43% from 525); Blue value is 197 (77.34% from 255 or 37.52% from 525); Max value from RGB is 247 - color contains mainly: red. Hex color #F751C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F751C5 is #08AE3A. Grayscale: #8F8F8F. Windows color (decimal): -568891 or 12931575. OLE color: 12931575.
HSL color Cylindrical-coordinate representation of color #F751C5: hue angle of 318.07º 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 #F751C5 is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 81 | 197 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.03 |
| HSL | 318.07º | 0.91% | 0.64% | - |
| HSV(B) | 318.07º | 0.67% | 0.97% | - |
| XYZ | 51.38 | 29.69 | 55.85 | - |
| YUV | 143.86 | 158 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 81 | 197 | 0 | 0.67 | 0.20 | 0.03 | 318.07 | 0.91 | 0.64 |
| Hex | F7 | 51 | C5 | 0 | 43 | 14 | 3 | 13E | 5B | 40 |
| Octal | 367 | 121 | 305 | 0 | 103 | 24 | 3 | 476 | 133 | 100 |
| Binary | 11110111 | 1010001 | 11000101 | 0 | 1000011 | 10100 | 11 | 100111110 | 1011011 | 1000000 |
Color Harmonies of #F751C5
Complementary color
Monochromatic Colors of #F751C5
Black with #F751C5
Text Example
Text Example
White with #F751C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F751C5; }
p { color: rgb(247,81,197); }
H1.HeaderClassName
{
color: #F751C5;
}
.AnyTagClassName
{
color: #F751C5;
}
</style>
background-color css
<style>
a { background-color: #F751C5; }
a { background-color: rgb(247,81,197); }
div.DivClassName
{
background-color: #F751C5;
}
.BgClassName
{
background-color: #F751C5;
}
</style>
border-color css
<style>
span { border-color: #F751C5; }
span { border-color: rgb(247,81,197); }
td.TdClassName
{
border-color: #F751C5;
}
.TagClassName
{
border-color: #F751C5;
}
</style>