Shades of Neon Pink #F561CE
Tints of Neon Pink #F561CE
RGB
CMYK
RGB Variations
Color information
#F561CE (or 0xF561CE) is known color: Neon Pink. HEX triplet: F5, 61 and CE. RGB value is (245,97,206). Sum of RGB (Red+Green+Blue) = 245+97+206=548 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.71% from 548); Green value is 97 (38.28% from 255 or 17.70% from 548); Blue value is 206 (80.86% from 255 or 37.59% from 548); Max value from RGB is 245 - color contains mainly: red. Hex color #F561CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F561CE is #0A9E31. Grayscale: #999999. Windows color (decimal): -695858 or 13525493. OLE color: 13525493.
HSL color Cylindrical-coordinate representation of color #F561CE: hue angle of 315.81º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F561CE is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 97 | 206 | - |
| CMYK | 0 | 0.60 | 0.16 | 0.04 |
| HSL | 315.81º | 0.88% | 0.67% | - |
| HSV(B) | 315.81º | 0.6% | 0.96% | - |
| XYZ | 53.07 | 32.42 | 61.85 | - |
| YUV | 153.68 | 157.53 | 193.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 97 | 206 | 0 | 0.60 | 0.16 | 0.04 | 315.81 | 0.88 | 0.67 |
| Hex | F5 | 61 | CE | 0 | 3C | 10 | 4 | 13C | 58 | 43 |
| Octal | 365 | 141 | 316 | 0 | 74 | 20 | 4 | 474 | 130 | 103 |
| Binary | 11110101 | 1100001 | 11001110 | 0 | 111100 | 10000 | 100 | 100111100 | 1011000 | 1000011 |
Color Harmonies of #F561CE
Complementary color
Monochromatic Colors of #F561CE
Black with #F561CE
Text Example
Text Example
White with #F561CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F561CE; }
p { color: rgb(245,97,206); }
H1.HeaderClassName
{
color: #F561CE;
}
.AnyTagClassName
{
color: #F561CE;
}
</style>
background-color css
<style>
a { background-color: #F561CE; }
a { background-color: rgb(245,97,206); }
div.DivClassName
{
background-color: #F561CE;
}
.BgClassName
{
background-color: #F561CE;
}
</style>
border-color css
<style>
span { border-color: #F561CE; }
span { border-color: rgb(245,97,206); }
td.TdClassName
{
border-color: #F561CE;
}
.TagClassName
{
border-color: #F561CE;
}
</style>