Shades of Neon Pink #FF61DD
Tints of Neon Pink #FF61DD
RGB
CMYK
RGB Variations
Color information
#FF61DD (or 0xFF61DD) is known color: Neon Pink. HEX triplet: FF, 61 and DD. RGB value is (255,97,221). Sum of RGB (Red+Green+Blue) = 255+97+221=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 97 (38.28% from 255 or 16.93% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FF61DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF61DD is #009E22. Grayscale: #9E9E9E. Windows color (decimal): -40483 or 14508543. OLE color: 14508543.
HSL color Cylindrical-coordinate representation of color #FF61DD: hue angle of 312.91º 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 #FF61DD is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 97 | 221 | - |
| CMYK | 0 | 0.62 | 0.13 | 0 |
| HSL | 312.91º | 1% | 0.69% | - |
| HSV(B) | 312.91º | 0.62% | 1% | - |
| XYZ | 58.57 | 35.03 | 72.08 | - |
| YUV | 158.38 | 163.35 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 97 | 221 | 0 | 0.62 | 0.13 | 0 | 312.91 | 1 | 0.69 |
| Hex | FF | 61 | DD | 0 | 3E | D | 0 | 139 | 64 | 45 |
| Octal | 377 | 141 | 335 | 0 | 76 | 15 | 0 | 471 | 144 | 105 |
| Binary | 11111111 | 1100001 | 11011101 | 0 | 111110 | 1101 | 0 | 100111001 | 1100100 | 1000101 |
Color Harmonies of #FF61DD
Complementary color
Monochromatic Colors of #FF61DD
Black with #FF61DD
Text Example
Text Example
White with #FF61DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF61DD; }
p { color: rgb(255,97,221); }
H1.HeaderClassName
{
color: #FF61DD;
}
.AnyTagClassName
{
color: #FF61DD;
}
</style>
background-color css
<style>
a { background-color: #FF61DD; }
a { background-color: rgb(255,97,221); }
div.DivClassName
{
background-color: #FF61DD;
}
.BgClassName
{
background-color: #FF61DD;
}
</style>
border-color css
<style>
span { border-color: #FF61DD; }
span { border-color: rgb(255,97,221); }
td.TdClassName
{
border-color: #FF61DD;
}
.TagClassName
{
border-color: #FF61DD;
}
</style>