Shades of Neon Pink #FF6DD0
Tints of Neon Pink #FF6DD0
RGB
CMYK
RGB Variations
Color information
#FF6DD0 (or 0xFF6DD0) is known color: Neon Pink. HEX triplet: FF, 6D and D0. RGB value is (255,109,208). Sum of RGB (Red+Green+Blue) = 255+109+208=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 109 (42.97% from 255 or 19.06% from 572); Blue value is 208 (81.64% from 255 or 36.36% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6DD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6DD0 is #00922F. Grayscale: #A3A3A3. Windows color (decimal): -37424 or 13659647. OLE color: 13659647.
HSL color Cylindrical-coordinate representation of color #FF6DD0: hue angle of 319.32º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FF6DD0 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 109 | 208 | - |
| CMYK | 0 | 0.57 | 0.18 | 0 |
| HSL | 319.32º | 1% | 0.71% | - |
| HSV(B) | 319.32º | 0.57% | 1% | - |
| XYZ | 58.09 | 36.75 | 63.71 | - |
| YUV | 163.94 | 152.87 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 109 | 208 | 0 | 0.57 | 0.18 | 0 | 319.32 | 1 | 0.71 |
| Hex | FF | 6D | D0 | 0 | 39 | 12 | 0 | 13F | 64 | 47 |
| Octal | 377 | 155 | 320 | 0 | 71 | 22 | 0 | 477 | 144 | 107 |
| Binary | 11111111 | 1101101 | 11010000 | 0 | 111001 | 10010 | 0 | 100111111 | 1100100 | 1000111 |
Color Harmonies of #FF6DD0
Complementary color
Monochromatic Colors of #FF6DD0
Black with #FF6DD0
Text Example
Text Example
White with #FF6DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6DD0; }
p { color: rgb(255,109,208); }
H1.HeaderClassName
{
color: #FF6DD0;
}
.AnyTagClassName
{
color: #FF6DD0;
}
</style>
background-color css
<style>
a { background-color: #FF6DD0; }
a { background-color: rgb(255,109,208); }
div.DivClassName
{
background-color: #FF6DD0;
}
.BgClassName
{
background-color: #FF6DD0;
}
</style>
border-color css
<style>
span { border-color: #FF6DD0; }
span { border-color: rgb(255,109,208); }
td.TdClassName
{
border-color: #FF6DD0;
}
.TagClassName
{
border-color: #FF6DD0;
}
</style>