Shades of Neon Pink #F753C6
Tints of Neon Pink #F753C6
RGB
CMYK
RGB Variations
Color information
#F753C6 (or 0xF753C6) is known color: Neon Pink. HEX triplet: F7, 53 and C6. RGB value is (247,83,198). Sum of RGB (Red+Green+Blue) = 247+83+198=528 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.78% from 528); Green value is 83 (32.81% from 255 or 15.72% from 528); Blue value is 198 (77.73% from 255 or 37.5% from 528); Max value from RGB is 247 - color contains mainly: red. Hex color #F753C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F753C6 is #08AC39. Grayscale: #909090. Windows color (decimal): -568378 or 12997623. OLE color: 12997623.
HSL color Cylindrical-coordinate representation of color #F753C6: hue angle of 317.93º 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 #F753C6 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 83 | 198 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.03 |
| HSL | 317.93º | 0.91% | 0.65% | - |
| HSV(B) | 317.93º | 0.66% | 0.97% | - |
| XYZ | 51.64 | 30.04 | 56.5 | - |
| YUV | 145.15 | 157.83 | 200.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 83 | 198 | 0 | 0.66 | 0.20 | 0.03 | 317.93 | 0.91 | 0.65 |
| Hex | F7 | 53 | C6 | 0 | 42 | 14 | 3 | 13E | 5B | 41 |
| Octal | 367 | 123 | 306 | 0 | 102 | 24 | 3 | 476 | 133 | 101 |
| Binary | 11110111 | 1010011 | 11000110 | 0 | 1000010 | 10100 | 11 | 100111110 | 1011011 | 1000001 |
Color Harmonies of #F753C6
Complementary color
Monochromatic Colors of #F753C6
Black with #F753C6
Text Example
Text Example
White with #F753C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F753C6; }
p { color: rgb(247,83,198); }
H1.HeaderClassName
{
color: #F753C6;
}
.AnyTagClassName
{
color: #F753C6;
}
</style>
background-color css
<style>
a { background-color: #F753C6; }
a { background-color: rgb(247,83,198); }
div.DivClassName
{
background-color: #F753C6;
}
.BgClassName
{
background-color: #F753C6;
}
</style>
border-color css
<style>
span { border-color: #F753C6; }
span { border-color: rgb(247,83,198); }
td.TdClassName
{
border-color: #F753C6;
}
.TagClassName
{
border-color: #F753C6;
}
</style>