Shades of Neon Pink #F653C0
Tints of Neon Pink #F653C0
RGB
CMYK
RGB Variations
Color information
#F653C0 (or 0xF653C0) is known color: Neon Pink. HEX triplet: F6, 53 and C0. RGB value is (246,83,192). Sum of RGB (Red+Green+Blue) = 246+83+192=521 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.22% from 521); Green value is 83 (32.81% from 255 or 15.93% from 521); Blue value is 192 (75.39% from 255 or 36.85% from 521); Max value from RGB is 246 - color contains mainly: red. Hex color #F653C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F653C0 is #09AC3F. Grayscale: #8F8F8F. Windows color (decimal): -633920 or 12604406. OLE color: 12604406.
HSL color Cylindrical-coordinate representation of color #F653C0: hue angle of 319.88º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F653C0 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 83 | 192 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.04 |
| HSL | 319.88º | 0.9% | 0.65% | - |
| HSV(B) | 319.88º | 0.66% | 0.96% | - |
| XYZ | 50.61 | 29.59 | 52.91 | - |
| YUV | 144.16 | 155 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 83 | 192 | 0 | 0.66 | 0.22 | 0.04 | 319.88 | 0.9 | 0.65 |
| Hex | F6 | 53 | C0 | 0 | 42 | 16 | 4 | 140 | 5A | 41 |
| Octal | 366 | 123 | 300 | 0 | 102 | 26 | 4 | 500 | 132 | 101 |
| Binary | 11110110 | 1010011 | 11000000 | 0 | 1000010 | 10110 | 100 | 101000000 | 1011010 | 1000001 |
Color Harmonies of #F653C0
Complementary color
Monochromatic Colors of #F653C0
Black with #F653C0
Text Example
Text Example
White with #F653C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F653C0; }
p { color: rgb(246,83,192); }
H1.HeaderClassName
{
color: #F653C0;
}
.AnyTagClassName
{
color: #F653C0;
}
</style>
background-color css
<style>
a { background-color: #F653C0; }
a { background-color: rgb(246,83,192); }
div.DivClassName
{
background-color: #F653C0;
}
.BgClassName
{
background-color: #F653C0;
}
</style>
border-color css
<style>
span { border-color: #F653C0; }
span { border-color: rgb(246,83,192); }
td.TdClassName
{
border-color: #F653C0;
}
.TagClassName
{
border-color: #F653C0;
}
</style>