Shades of Neon Pink #FF6DD8
Tints of Neon Pink #FF6DD8
RGB
CMYK
RGB Variations
Color information
#FF6DD8 (or 0xFF6DD8) is known color: Neon Pink. HEX triplet: FF, 6D and D8. RGB value is (255,109,216). Sum of RGB (Red+Green+Blue) = 255+109+216=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 109 (42.97% from 255 or 18.79% from 580); Blue value is 216 (84.77% from 255 or 37.24% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6DD8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6DD8 is #009227. Grayscale: #A4A4A4. Windows color (decimal): -37416 or 14183935. OLE color: 14183935.
HSL color Cylindrical-coordinate representation of color #FF6DD8: hue angle of 316.03º 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 #FF6DD8 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 109 | 216 | - |
| CMYK | 0 | 0.57 | 0.15 | 0 |
| HSL | 316.03º | 1% | 0.71% | - |
| HSV(B) | 316.03º | 0.57% | 1% | - |
| XYZ | 59.1 | 37.16 | 69.02 | - |
| YUV | 164.85 | 156.87 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 109 | 216 | 0 | 0.57 | 0.15 | 0 | 316.03 | 1 | 0.71 |
| Hex | FF | 6D | D8 | 0 | 39 | F | 0 | 13C | 64 | 47 |
| Octal | 377 | 155 | 330 | 0 | 71 | 17 | 0 | 474 | 144 | 107 |
| Binary | 11111111 | 1101101 | 11011000 | 0 | 111001 | 1111 | 0 | 100111100 | 1100100 | 1000111 |
Color Harmonies of #FF6DD8
Complementary color
Monochromatic Colors of #FF6DD8
Black with #FF6DD8
Text Example
Text Example
White with #FF6DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6DD8; }
p { color: rgb(255,109,216); }
H1.HeaderClassName
{
color: #FF6DD8;
}
.AnyTagClassName
{
color: #FF6DD8;
}
</style>
background-color css
<style>
a { background-color: #FF6DD8; }
a { background-color: rgb(255,109,216); }
div.DivClassName
{
background-color: #FF6DD8;
}
.BgClassName
{
background-color: #FF6DD8;
}
</style>
border-color css
<style>
span { border-color: #FF6DD8; }
span { border-color: rgb(255,109,216); }
td.TdClassName
{
border-color: #FF6DD8;
}
.TagClassName
{
border-color: #FF6DD8;
}
</style>