Shades of Neon Pink #FF6FDC
Tints of Neon Pink #FF6FDC
RGB
CMYK
RGB Variations
Color information
#FF6FDC (or 0xFF6FDC) is known color: Neon Pink. HEX triplet: FF, 6F and DC. RGB value is (255,111,220). Sum of RGB (Red+Green+Blue) = 255+111+220=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 111 (43.75% from 255 or 18.94% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6FDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6FDC is #009023. Grayscale: #A6A6A6. Windows color (decimal): -36900 or 14446591. OLE color: 14446591.
HSL color Cylindrical-coordinate representation of color #FF6FDC: hue angle of 314.58º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF6FDC is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 111 | 220 | - |
| CMYK | 0 | 0.56 | 0.14 | 0 |
| HSL | 314.58º | 1% | 0.72% | - |
| HSV(B) | 314.58º | 0.56% | 1% | - |
| XYZ | 59.84 | 37.8 | 71.85 | - |
| YUV | 166.48 | 158.21 | 191.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 111 | 220 | 0 | 0.56 | 0.14 | 0 | 314.58 | 1 | 0.72 |
| Hex | FF | 6F | DC | 0 | 38 | E | 0 | 13B | 64 | 48 |
| Octal | 377 | 157 | 334 | 0 | 70 | 16 | 0 | 473 | 144 | 110 |
| Binary | 11111111 | 1101111 | 11011100 | 0 | 111000 | 1110 | 0 | 100111011 | 1100100 | 1001000 |
Color Harmonies of #FF6FDC
Complementary color
Monochromatic Colors of #FF6FDC
Black with #FF6FDC
Text Example
Text Example
White with #FF6FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6FDC; }
p { color: rgb(255,111,220); }
H1.HeaderClassName
{
color: #FF6FDC;
}
.AnyTagClassName
{
color: #FF6FDC;
}
</style>
background-color css
<style>
a { background-color: #FF6FDC; }
a { background-color: rgb(255,111,220); }
div.DivClassName
{
background-color: #FF6FDC;
}
.BgClassName
{
background-color: #FF6FDC;
}
</style>
border-color css
<style>
span { border-color: #FF6FDC; }
span { border-color: rgb(255,111,220); }
td.TdClassName
{
border-color: #FF6FDC;
}
.TagClassName
{
border-color: #FF6FDC;
}
</style>