Shades of Neon Pink #F653C9
Tints of Neon Pink #F653C9
RGB
CMYK
RGB Variations
Color information
#F653C9 (or 0xF653C9) is known color: Neon Pink. HEX triplet: F6, 53 and C9. RGB value is (246,83,201). Sum of RGB (Red+Green+Blue) = 246+83+201=530 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.42% from 530); Green value is 83 (32.81% from 255 or 15.66% from 530); Blue value is 201 (78.91% from 255 or 37.92% from 530); Max value from RGB is 246 - color contains mainly: red. Hex color #F653C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F653C9 is #09AC36. Grayscale: #909090. Windows color (decimal): -633911 or 13194230. OLE color: 13194230.
HSL color Cylindrical-coordinate representation of color #F653C9: hue angle of 316.56º 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 #F653C9 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 83 | 201 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.04 |
| HSL | 316.56º | 0.9% | 0.65% | - |
| HSV(B) | 316.56º | 0.66% | 0.96% | - |
| XYZ | 51.64 | 30 | 58.33 | - |
| YUV | 145.19 | 159.5 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 83 | 201 | 0 | 0.66 | 0.18 | 0.04 | 316.56 | 0.9 | 0.65 |
| Hex | F6 | 53 | C9 | 0 | 42 | 12 | 4 | 13D | 5A | 41 |
| Octal | 366 | 123 | 311 | 0 | 102 | 22 | 4 | 475 | 132 | 101 |
| Binary | 11110110 | 1010011 | 11001001 | 0 | 1000010 | 10010 | 100 | 100111101 | 1011010 | 1000001 |
Color Harmonies of #F653C9
Complementary color
Monochromatic Colors of #F653C9
Black with #F653C9
Text Example
Text Example
White with #F653C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F653C9; }
p { color: rgb(246,83,201); }
H1.HeaderClassName
{
color: #F653C9;
}
.AnyTagClassName
{
color: #F653C9;
}
</style>
background-color css
<style>
a { background-color: #F653C9; }
a { background-color: rgb(246,83,201); }
div.DivClassName
{
background-color: #F653C9;
}
.BgClassName
{
background-color: #F653C9;
}
</style>
border-color css
<style>
span { border-color: #F653C9; }
span { border-color: rgb(246,83,201); }
td.TdClassName
{
border-color: #F653C9;
}
.TagClassName
{
border-color: #F653C9;
}
</style>