Shades of Neon Pink #F753CA
Tints of Neon Pink #F753CA
RGB
CMYK
RGB Variations
Color information
#F753CA (or 0xF753CA) is known color: Neon Pink. HEX triplet: F7, 53 and CA. RGB value is (247,83,202). Sum of RGB (Red+Green+Blue) = 247+83+202=532 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.43% from 532); Green value is 83 (32.81% from 255 or 15.60% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 247 - color contains mainly: red. Hex color #F753CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F753CA is #08AC35. Grayscale: #919191. Windows color (decimal): -568374 or 13259767. OLE color: 13259767.
HSL color Cylindrical-coordinate representation of color #F753CA: hue angle of 316.46º 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 #F753CA is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 83 | 202 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.03 |
| HSL | 316.46º | 0.91% | 0.65% | - |
| HSV(B) | 316.46º | 0.66% | 0.97% | - |
| XYZ | 52.11 | 30.22 | 58.96 | - |
| YUV | 145.6 | 159.83 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 83 | 202 | 0 | 0.66 | 0.18 | 0.03 | 316.46 | 0.91 | 0.65 |
| Hex | F7 | 53 | CA | 0 | 42 | 12 | 3 | 13C | 5B | 41 |
| Octal | 367 | 123 | 312 | 0 | 102 | 22 | 3 | 474 | 133 | 101 |
| Binary | 11110111 | 1010011 | 11001010 | 0 | 1000010 | 10010 | 11 | 100111100 | 1011011 | 1000001 |
Color Harmonies of #F753CA
Complementary color
Monochromatic Colors of #F753CA
Black with #F753CA
Text Example
Text Example
White with #F753CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F753CA; }
p { color: rgb(247,83,202); }
H1.HeaderClassName
{
color: #F753CA;
}
.AnyTagClassName
{
color: #F753CA;
}
</style>
background-color css
<style>
a { background-color: #F753CA; }
a { background-color: rgb(247,83,202); }
div.DivClassName
{
background-color: #F753CA;
}
.BgClassName
{
background-color: #F753CA;
}
</style>
border-color css
<style>
span { border-color: #F753CA; }
span { border-color: rgb(247,83,202); }
td.TdClassName
{
border-color: #F753CA;
}
.TagClassName
{
border-color: #F753CA;
}
</style>