Shades of Neon Pink #FF6DDA
Tints of Neon Pink #FF6DDA
RGB
CMYK
RGB Variations
Color information
#FF6DDA (or 0xFF6DDA) is known color: Neon Pink. HEX triplet: FF, 6D and DA. RGB value is (255,109,218). Sum of RGB (Red+Green+Blue) = 255+109+218=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 109 (42.97% from 255 or 18.73% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6DDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6DDA is #009225. Grayscale: #A4A4A4. Windows color (decimal): -37414 or 14315007. OLE color: 14315007.
HSL color Cylindrical-coordinate representation of color #FF6DDA: hue angle of 315.21º 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 #FF6DDA is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 109 | 218 | - |
| CMYK | 0 | 0.57 | 0.15 | 0 |
| HSL | 315.21º | 1% | 0.71% | - |
| HSV(B) | 315.21º | 0.57% | 1% | - |
| XYZ | 59.36 | 37.26 | 70.39 | - |
| YUV | 165.08 | 157.87 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 109 | 218 | 0 | 0.57 | 0.15 | 0 | 315.21 | 1 | 0.71 |
| Hex | FF | 6D | DA | 0 | 39 | F | 0 | 13B | 64 | 47 |
| Octal | 377 | 155 | 332 | 0 | 71 | 17 | 0 | 473 | 144 | 107 |
| Binary | 11111111 | 1101101 | 11011010 | 0 | 111001 | 1111 | 0 | 100111011 | 1100100 | 1000111 |
Color Harmonies of #FF6DDA
Complementary color
Monochromatic Colors of #FF6DDA
Black with #FF6DDA
Text Example
Text Example
White with #FF6DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6DDA; }
p { color: rgb(255,109,218); }
H1.HeaderClassName
{
color: #FF6DDA;
}
.AnyTagClassName
{
color: #FF6DDA;
}
</style>
background-color css
<style>
a { background-color: #FF6DDA; }
a { background-color: rgb(255,109,218); }
div.DivClassName
{
background-color: #FF6DDA;
}
.BgClassName
{
background-color: #FF6DDA;
}
</style>
border-color css
<style>
span { border-color: #FF6DDA; }
span { border-color: rgb(255,109,218); }
td.TdClassName
{
border-color: #FF6DDA;
}
.TagClassName
{
border-color: #FF6DDA;
}
</style>