Shades of Neon Pink #FF6DC6
Tints of Neon Pink #FF6DC6
RGB
CMYK
RGB Variations
Color information
#FF6DC6 (or 0xFF6DC6) is known color: Neon Pink. HEX triplet: FF, 6D and C6. RGB value is (255,109,198). Sum of RGB (Red+Green+Blue) = 255+109+198=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 109 (42.97% from 255 or 19.40% from 562); Blue value is 198 (77.73% from 255 or 35.23% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6DC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6DC6 is #009239. Grayscale: #A2A2A2. Windows color (decimal): -37434 or 13004287. OLE color: 13004287.
HSL color Cylindrical-coordinate representation of color #FF6DC6: hue angle of 323.42º 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 #FF6DC6 is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 109 | 198 | - |
| CMYK | 0 | 0.57 | 0.22 | 0 |
| HSL | 323.42º | 1% | 0.71% | - |
| HSV(B) | 323.42º | 0.57% | 1% | - |
| XYZ | 56.9 | 36.27 | 57.43 | - |
| YUV | 162.8 | 147.87 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 109 | 198 | 0 | 0.57 | 0.22 | 0 | 323.42 | 1 | 0.71 |
| Hex | FF | 6D | C6 | 0 | 39 | 16 | 0 | 143 | 64 | 47 |
| Octal | 377 | 155 | 306 | 0 | 71 | 26 | 0 | 503 | 144 | 107 |
| Binary | 11111111 | 1101101 | 11000110 | 0 | 111001 | 10110 | 0 | 101000011 | 1100100 | 1000111 |
Color Harmonies of #FF6DC6
Complementary color
Monochromatic Colors of #FF6DC6
Black with #FF6DC6
Text Example
Text Example
White with #FF6DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6DC6; }
p { color: rgb(255,109,198); }
H1.HeaderClassName
{
color: #FF6DC6;
}
.AnyTagClassName
{
color: #FF6DC6;
}
</style>
background-color css
<style>
a { background-color: #FF6DC6; }
a { background-color: rgb(255,109,198); }
div.DivClassName
{
background-color: #FF6DC6;
}
.BgClassName
{
background-color: #FF6DC6;
}
</style>
border-color css
<style>
span { border-color: #FF6DC6; }
span { border-color: rgb(255,109,198); }
td.TdClassName
{
border-color: #FF6DC6;
}
.TagClassName
{
border-color: #FF6DC6;
}
</style>