Shades of Neon Pink #FF61C9
Tints of Neon Pink #FF61C9
RGB
CMYK
RGB Variations
Color information
#FF61C9 (or 0xFF61C9) is known color: Neon Pink. HEX triplet: FF, 61 and C9. RGB value is (255,97,201). Sum of RGB (Red+Green+Blue) = 255+97+201=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 97 (38.28% from 255 or 17.54% from 553); Blue value is 201 (78.91% from 255 or 36.35% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FF61C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF61C9 is #009E36. Grayscale: #9B9B9B. Windows color (decimal): -40503 or 13197823. OLE color: 13197823.
HSL color Cylindrical-coordinate representation of color #FF61C9: hue angle of 320.51º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF61C9 is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 97 | 201 | - |
| CMYK | 0 | 0.62 | 0.21 | 0 |
| HSL | 320.51º | 1% | 0.69% | - |
| HSV(B) | 320.51º | 0.62% | 1% | - |
| XYZ | 56.06 | 34.03 | 58.87 | - |
| YUV | 156.1 | 153.35 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 97 | 201 | 0 | 0.62 | 0.21 | 0 | 320.51 | 1 | 0.69 |
| Hex | FF | 61 | C9 | 0 | 3E | 15 | 0 | 141 | 64 | 45 |
| Octal | 377 | 141 | 311 | 0 | 76 | 25 | 0 | 501 | 144 | 105 |
| Binary | 11111111 | 1100001 | 11001001 | 0 | 111110 | 10101 | 0 | 101000001 | 1100100 | 1000101 |
Color Harmonies of #FF61C9
Complementary color
Monochromatic Colors of #FF61C9
Black with #FF61C9
Text Example
Text Example
White with #FF61C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF61C9; }
p { color: rgb(255,97,201); }
H1.HeaderClassName
{
color: #FF61C9;
}
.AnyTagClassName
{
color: #FF61C9;
}
</style>
background-color css
<style>
a { background-color: #FF61C9; }
a { background-color: rgb(255,97,201); }
div.DivClassName
{
background-color: #FF61C9;
}
.BgClassName
{
background-color: #FF61C9;
}
</style>
border-color css
<style>
span { border-color: #FF61C9; }
span { border-color: rgb(255,97,201); }
td.TdClassName
{
border-color: #FF61C9;
}
.TagClassName
{
border-color: #FF61C9;
}
</style>