Shades of Neon Pink #FF6DD4
Tints of Neon Pink #FF6DD4
RGB
CMYK
RGB Variations
Color information
#FF6DD4 (or 0xFF6DD4) is known color: Neon Pink. HEX triplet: FF, 6D and D4. RGB value is (255,109,212). Sum of RGB (Red+Green+Blue) = 255+109+212=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 109 (42.97% from 255 or 18.92% from 576); Blue value is 212 (83.20% from 255 or 36.81% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6DD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6DD4 is #00922B. Grayscale: #A4A4A4. Windows color (decimal): -37420 or 13921791. OLE color: 13921791.
HSL color Cylindrical-coordinate representation of color #FF6DD4: hue angle of 317.67º 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 #FF6DD4 is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 109 | 212 | - |
| CMYK | 0 | 0.57 | 0.17 | 0 |
| HSL | 317.67º | 1% | 0.71% | - |
| HSV(B) | 317.67º | 0.57% | 1% | - |
| XYZ | 58.59 | 36.95 | 66.33 | - |
| YUV | 164.4 | 154.87 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 109 | 212 | 0 | 0.57 | 0.17 | 0 | 317.67 | 1 | 0.71 |
| Hex | FF | 6D | D4 | 0 | 39 | 11 | 0 | 13E | 64 | 47 |
| Octal | 377 | 155 | 324 | 0 | 71 | 21 | 0 | 476 | 144 | 107 |
| Binary | 11111111 | 1101101 | 11010100 | 0 | 111001 | 10001 | 0 | 100111110 | 1100100 | 1000111 |
Color Harmonies of #FF6DD4
Complementary color
Monochromatic Colors of #FF6DD4
Black with #FF6DD4
Text Example
Text Example
White with #FF6DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6DD4; }
p { color: rgb(255,109,212); }
H1.HeaderClassName
{
color: #FF6DD4;
}
.AnyTagClassName
{
color: #FF6DD4;
}
</style>
background-color css
<style>
a { background-color: #FF6DD4; }
a { background-color: rgb(255,109,212); }
div.DivClassName
{
background-color: #FF6DD4;
}
.BgClassName
{
background-color: #FF6DD4;
}
</style>
border-color css
<style>
span { border-color: #FF6DD4; }
span { border-color: rgb(255,109,212); }
td.TdClassName
{
border-color: #FF6DD4;
}
.TagClassName
{
border-color: #FF6DD4;
}
</style>