Shades of Neon Pink #FF61D3
Tints of Neon Pink #FF61D3
RGB
CMYK
RGB Variations
Color information
#FF61D3 (or 0xFF61D3) is known color: Neon Pink. HEX triplet: FF, 61 and D3. RGB value is (255,97,211). Sum of RGB (Red+Green+Blue) = 255+97+211=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 97 (38.28% from 255 or 17.23% from 563); Blue value is 211 (82.81% from 255 or 37.48% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FF61D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF61D3 is #009E2C. Grayscale: #9C9C9C. Windows color (decimal): -40493 or 13853183. OLE color: 13853183.
HSL color Cylindrical-coordinate representation of color #FF61D3: hue angle of 316.71º 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 #FF61D3 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 97 | 211 | - |
| CMYK | 0 | 0.62 | 0.17 | 0 |
| HSL | 316.71º | 1% | 0.69% | - |
| HSV(B) | 316.71º | 0.62% | 1% | - |
| XYZ | 57.27 | 34.51 | 65.27 | - |
| YUV | 157.24 | 158.35 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 97 | 211 | 0 | 0.62 | 0.17 | 0 | 316.71 | 1 | 0.69 |
| Hex | FF | 61 | D3 | 0 | 3E | 11 | 0 | 13D | 64 | 45 |
| Octal | 377 | 141 | 323 | 0 | 76 | 21 | 0 | 475 | 144 | 105 |
| Binary | 11111111 | 1100001 | 11010011 | 0 | 111110 | 10001 | 0 | 100111101 | 1100100 | 1000101 |
Color Harmonies of #FF61D3
Complementary color
Monochromatic Colors of #FF61D3
Black with #FF61D3
Text Example
Text Example
White with #FF61D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF61D3; }
p { color: rgb(255,97,211); }
H1.HeaderClassName
{
color: #FF61D3;
}
.AnyTagClassName
{
color: #FF61D3;
}
</style>
background-color css
<style>
a { background-color: #FF61D3; }
a { background-color: rgb(255,97,211); }
div.DivClassName
{
background-color: #FF61D3;
}
.BgClassName
{
background-color: #FF61D3;
}
</style>
border-color css
<style>
span { border-color: #FF61D3; }
span { border-color: rgb(255,97,211); }
td.TdClassName
{
border-color: #FF61D3;
}
.TagClassName
{
border-color: #FF61D3;
}
</style>