Shades of Neon Pink #F755C3
Tints of Neon Pink #F755C3
RGB
CMYK
RGB Variations
Color information
#F755C3 (or 0xF755C3) is known color: Neon Pink. HEX triplet: F7, 55 and C3. RGB value is (247,85,195). Sum of RGB (Red+Green+Blue) = 247+85+195=527 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.87% from 527); Green value is 85 (33.59% from 255 or 16.13% from 527); Blue value is 195 (76.56% from 255 or 37.00% from 527); Max value from RGB is 247 - color contains mainly: red. Hex color #F755C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F755C3 is #08AA3C. Grayscale: #919191. Windows color (decimal): -567869 or 12801527. OLE color: 12801527.
HSL color Cylindrical-coordinate representation of color #F755C3: hue angle of 319.26º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F755C3 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 85 | 195 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.03 |
| HSL | 319.26º | 0.91% | 0.65% | - |
| HSV(B) | 319.26º | 0.66% | 0.97% | - |
| XYZ | 51.46 | 30.21 | 54.75 | - |
| YUV | 145.98 | 155.67 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 85 | 195 | 0 | 0.66 | 0.21 | 0.03 | 319.26 | 0.91 | 0.65 |
| Hex | F7 | 55 | C3 | 0 | 42 | 15 | 3 | 13F | 5B | 41 |
| Octal | 367 | 125 | 303 | 0 | 102 | 25 | 3 | 477 | 133 | 101 |
| Binary | 11110111 | 1010101 | 11000011 | 0 | 1000010 | 10101 | 11 | 100111111 | 1011011 | 1000001 |
Color Harmonies of #F755C3
Complementary color
Monochromatic Colors of #F755C3
Black with #F755C3
Text Example
Text Example
White with #F755C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F755C3; }
p { color: rgb(247,85,195); }
H1.HeaderClassName
{
color: #F755C3;
}
.AnyTagClassName
{
color: #F755C3;
}
</style>
background-color css
<style>
a { background-color: #F755C3; }
a { background-color: rgb(247,85,195); }
div.DivClassName
{
background-color: #F755C3;
}
.BgClassName
{
background-color: #F755C3;
}
</style>
border-color css
<style>
span { border-color: #F755C3; }
span { border-color: rgb(247,85,195); }
td.TdClassName
{
border-color: #F755C3;
}
.TagClassName
{
border-color: #F755C3;
}
</style>