Shades of Neon Pink #F663CF
Tints of Neon Pink #F663CF
RGB
CMYK
RGB Variations
Color information
#F663CF (or 0xF663CF) is known color: Neon Pink. HEX triplet: F6, 63 and CF. RGB value is (246,99,207). Sum of RGB (Red+Green+Blue) = 246+99+207=552 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.57% from 552); Green value is 99 (39.06% from 255 or 17.93% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 246 - color contains mainly: red. Hex color #F663CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F663CF is #099C30. Grayscale: #9A9A9A. Windows color (decimal): -629809 or 13591542. OLE color: 13591542.
HSL color Cylindrical-coordinate representation of color #F663CF: hue angle of 315.92º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F663CF is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 99 | 207 | - |
| CMYK | 0 | 0.60 | 0.16 | 0.04 |
| HSL | 315.92º | 0.89% | 0.68% | - |
| HSV(B) | 315.92º | 0.6% | 0.96% | - |
| XYZ | 53.73 | 33.02 | 62.57 | - |
| YUV | 155.27 | 157.2 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 99 | 207 | 0 | 0.60 | 0.16 | 0.04 | 315.92 | 0.89 | 0.68 |
| Hex | F6 | 63 | CF | 0 | 3C | 10 | 4 | 13C | 59 | 44 |
| Octal | 366 | 143 | 317 | 0 | 74 | 20 | 4 | 474 | 131 | 104 |
| Binary | 11110110 | 1100011 | 11001111 | 0 | 111100 | 10000 | 100 | 100111100 | 1011001 | 1000100 |
Color Harmonies of #F663CF
Complementary color
Monochromatic Colors of #F663CF
Black with #F663CF
Text Example
Text Example
White with #F663CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F663CF; }
p { color: rgb(246,99,207); }
H1.HeaderClassName
{
color: #F663CF;
}
.AnyTagClassName
{
color: #F663CF;
}
</style>
background-color css
<style>
a { background-color: #F663CF; }
a { background-color: rgb(246,99,207); }
div.DivClassName
{
background-color: #F663CF;
}
.BgClassName
{
background-color: #F663CF;
}
</style>
border-color css
<style>
span { border-color: #F663CF; }
span { border-color: rgb(246,99,207); }
td.TdClassName
{
border-color: #F663CF;
}
.TagClassName
{
border-color: #F663CF;
}
</style>