Shades of Neon Pink #FF6DD6
Tints of Neon Pink #FF6DD6
RGB
CMYK
RGB Variations
Color information
#FF6DD6 (or 0xFF6DD6) is known color: Neon Pink. HEX triplet: FF, 6D and D6. RGB value is (255,109,214). Sum of RGB (Red+Green+Blue) = 255+109+214=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 109 (42.97% from 255 or 18.86% from 578); Blue value is 214 (83.98% from 255 or 37.02% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6DD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6DD6 is #009229. Grayscale: #A4A4A4. Windows color (decimal): -37418 or 14052863. OLE color: 14052863.
HSL color Cylindrical-coordinate representation of color #FF6DD6: hue angle of 316.85º 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 #FF6DD6 is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 109 | 214 | - |
| CMYK | 0 | 0.57 | 0.16 | 0 |
| HSL | 316.85º | 1% | 0.71% | - |
| HSV(B) | 316.85º | 0.57% | 1% | - |
| XYZ | 58.85 | 37.05 | 67.67 | - |
| YUV | 164.62 | 155.87 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 109 | 214 | 0 | 0.57 | 0.16 | 0 | 316.85 | 1 | 0.71 |
| Hex | FF | 6D | D6 | 0 | 39 | 10 | 0 | 13D | 64 | 47 |
| Octal | 377 | 155 | 326 | 0 | 71 | 20 | 0 | 475 | 144 | 107 |
| Binary | 11111111 | 1101101 | 11010110 | 0 | 111001 | 10000 | 0 | 100111101 | 1100100 | 1000111 |
Color Harmonies of #FF6DD6
Complementary color
Monochromatic Colors of #FF6DD6
Black with #FF6DD6
Text Example
Text Example
White with #FF6DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6DD6; }
p { color: rgb(255,109,214); }
H1.HeaderClassName
{
color: #FF6DD6;
}
.AnyTagClassName
{
color: #FF6DD6;
}
</style>
background-color css
<style>
a { background-color: #FF6DD6; }
a { background-color: rgb(255,109,214); }
div.DivClassName
{
background-color: #FF6DD6;
}
.BgClassName
{
background-color: #FF6DD6;
}
</style>
border-color css
<style>
span { border-color: #FF6DD6; }
span { border-color: rgb(255,109,214); }
td.TdClassName
{
border-color: #FF6DD6;
}
.TagClassName
{
border-color: #FF6DD6;
}
</style>