Shades of Neon Pink #F750C1
Tints of Neon Pink #F750C1
RGB
CMYK
RGB Variations
Color information
#F750C1 (or 0xF750C1) is known color: Neon Pink. HEX triplet: F7, 50 and C1. RGB value is (247,80,193). Sum of RGB (Red+Green+Blue) = 247+80+193=520 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.5% from 520); Green value is 80 (31.64% from 255 or 15.38% from 520); Blue value is 193 (75.78% from 255 or 37.12% from 520); Max value from RGB is 247 - color contains mainly: red. Hex color #F750C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F750C1 is #08AF3E. Grayscale: #8E8E8E. Windows color (decimal): -569151 or 12669175. OLE color: 12669175.
HSL color Cylindrical-coordinate representation of color #F750C1: hue angle of 319.4º 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 #F750C1 is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 80 | 193 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.03 |
| HSL | 319.4º | 0.91% | 0.64% | - |
| HSV(B) | 319.4º | 0.68% | 0.97% | - |
| XYZ | 50.85 | 29.36 | 53.44 | - |
| YUV | 142.82 | 156.33 | 202.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 80 | 193 | 0 | 0.68 | 0.22 | 0.03 | 319.4 | 0.91 | 0.64 |
| Hex | F7 | 50 | C1 | 0 | 44 | 16 | 3 | 13F | 5B | 40 |
| Octal | 367 | 120 | 301 | 0 | 104 | 26 | 3 | 477 | 133 | 100 |
| Binary | 11110111 | 1010000 | 11000001 | 0 | 1000100 | 10110 | 11 | 100111111 | 1011011 | 1000000 |
Color Harmonies of #F750C1
Complementary color
Monochromatic Colors of #F750C1
Black with #F750C1
Text Example
Text Example
White with #F750C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F750C1; }
p { color: rgb(247,80,193); }
H1.HeaderClassName
{
color: #F750C1;
}
.AnyTagClassName
{
color: #F750C1;
}
</style>
background-color css
<style>
a { background-color: #F750C1; }
a { background-color: rgb(247,80,193); }
div.DivClassName
{
background-color: #F750C1;
}
.BgClassName
{
background-color: #F750C1;
}
</style>
border-color css
<style>
span { border-color: #F750C1; }
span { border-color: rgb(247,80,193); }
td.TdClassName
{
border-color: #F750C1;
}
.TagClassName
{
border-color: #F750C1;
}
</style>