Shades of Neon Pink #F750C2
Tints of Neon Pink #F750C2
RGB
CMYK
RGB Variations
Color information
#F750C2 (or 0xF750C2) is known color: Neon Pink. HEX triplet: F7, 50 and C2. RGB value is (247,80,194). Sum of RGB (Red+Green+Blue) = 247+80+194=521 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.41% from 521); Green value is 80 (31.64% from 255 or 15.36% from 521); Blue value is 194 (76.17% from 255 or 37.24% from 521); Max value from RGB is 247 - color contains mainly: red. Hex color #F750C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F750C2 is #08AF3D. Grayscale: #8E8E8E. Windows color (decimal): -569150 or 12734711. OLE color: 12734711.
HSL color Cylindrical-coordinate representation of color #F750C2: hue angle of 319.04º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F750C2 is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 80 | 194 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.03 |
| HSL | 319.04º | 0.91% | 0.64% | - |
| HSV(B) | 319.04º | 0.68% | 0.97% | - |
| XYZ | 50.96 | 29.41 | 54.03 | - |
| YUV | 142.93 | 156.83 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 80 | 194 | 0 | 0.68 | 0.21 | 0.03 | 319.04 | 0.91 | 0.64 |
| Hex | F7 | 50 | C2 | 0 | 44 | 15 | 3 | 13F | 5B | 40 |
| Octal | 367 | 120 | 302 | 0 | 104 | 25 | 3 | 477 | 133 | 100 |
| Binary | 11110111 | 1010000 | 11000010 | 0 | 1000100 | 10101 | 11 | 100111111 | 1011011 | 1000000 |
Color Harmonies of #F750C2
Complementary color
Monochromatic Colors of #F750C2
Black with #F750C2
Text Example
Text Example
White with #F750C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F750C2; }
p { color: rgb(247,80,194); }
H1.HeaderClassName
{
color: #F750C2;
}
.AnyTagClassName
{
color: #F750C2;
}
</style>
background-color css
<style>
a { background-color: #F750C2; }
a { background-color: rgb(247,80,194); }
div.DivClassName
{
background-color: #F750C2;
}
.BgClassName
{
background-color: #F750C2;
}
</style>
border-color css
<style>
span { border-color: #F750C2; }
span { border-color: rgb(247,80,194); }
td.TdClassName
{
border-color: #F750C2;
}
.TagClassName
{
border-color: #F750C2;
}
</style>