Shades of Neon Pink #F561D2
Tints of Neon Pink #F561D2
RGB
CMYK
RGB Variations
Color information
#F561D2 (or 0xF561D2) is known color: Neon Pink. HEX triplet: F5, 61 and D2. RGB value is (245,97,210). Sum of RGB (Red+Green+Blue) = 245+97+210=552 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.38% from 552); Green value is 97 (38.28% from 255 or 17.57% from 552); Blue value is 210 (82.42% from 255 or 38.04% from 552); Max value from RGB is 245 - color contains mainly: red. Hex color #F561D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F561D2 is #0A9E2D. Grayscale: #999999. Windows color (decimal): -695854 or 13787637. OLE color: 13787637.
HSL color Cylindrical-coordinate representation of color #F561D2: hue angle of 314.19º 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 #F561D2 is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 97 | 210 | - |
| CMYK | 0 | 0.60 | 0.14 | 0.04 |
| HSL | 314.19º | 0.88% | 0.67% | - |
| HSV(B) | 314.19º | 0.6% | 0.96% | - |
| XYZ | 53.56 | 32.62 | 64.44 | - |
| YUV | 154.13 | 159.53 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 97 | 210 | 0 | 0.60 | 0.14 | 0.04 | 314.19 | 0.88 | 0.67 |
| Hex | F5 | 61 | D2 | 0 | 3C | E | 4 | 13A | 58 | 43 |
| Octal | 365 | 141 | 322 | 0 | 74 | 16 | 4 | 472 | 130 | 103 |
| Binary | 11110101 | 1100001 | 11010010 | 0 | 111100 | 1110 | 100 | 100111010 | 1011000 | 1000011 |
Color Harmonies of #F561D2
Complementary color
Monochromatic Colors of #F561D2
Black with #F561D2
Text Example
Text Example
White with #F561D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F561D2; }
p { color: rgb(245,97,210); }
H1.HeaderClassName
{
color: #F561D2;
}
.AnyTagClassName
{
color: #F561D2;
}
</style>
background-color css
<style>
a { background-color: #F561D2; }
a { background-color: rgb(245,97,210); }
div.DivClassName
{
background-color: #F561D2;
}
.BgClassName
{
background-color: #F561D2;
}
</style>
border-color css
<style>
span { border-color: #F561D2; }
span { border-color: rgb(245,97,210); }
td.TdClassName
{
border-color: #F561D2;
}
.TagClassName
{
border-color: #F561D2;
}
</style>