Shades of Neon Pink #FF6FD1
Tints of Neon Pink #FF6FD1
RGB
CMYK
RGB Variations
Color information
#FF6FD1 (or 0xFF6FD1) is known color: Neon Pink. HEX triplet: FF, 6F and D1. RGB value is (255,111,209). Sum of RGB (Red+Green+Blue) = 255+111+209=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 111 (43.75% from 255 or 19.30% from 575); Blue value is 209 (82.03% from 255 or 36.35% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6FD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6FD1 is #00902E. Grayscale: #A4A4A4. Windows color (decimal): -36911 or 13725695. OLE color: 13725695.
HSL color Cylindrical-coordinate representation of color #FF6FD1: hue angle of 319.17º 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 #FF6FD1 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 111 | 209 | - |
| CMYK | 0 | 0.56 | 0.18 | 0 |
| HSL | 319.17º | 1% | 0.72% | - |
| HSV(B) | 319.17º | 0.56% | 1% | - |
| XYZ | 58.43 | 37.23 | 64.43 | - |
| YUV | 165.23 | 152.71 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 111 | 209 | 0 | 0.56 | 0.18 | 0 | 319.17 | 1 | 0.72 |
| Hex | FF | 6F | D1 | 0 | 38 | 12 | 0 | 13F | 64 | 48 |
| Octal | 377 | 157 | 321 | 0 | 70 | 22 | 0 | 477 | 144 | 110 |
| Binary | 11111111 | 1101111 | 11010001 | 0 | 111000 | 10010 | 0 | 100111111 | 1100100 | 1001000 |
Color Harmonies of #FF6FD1
Complementary color
Monochromatic Colors of #FF6FD1
Black with #FF6FD1
Text Example
Text Example
White with #FF6FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6FD1; }
p { color: rgb(255,111,209); }
H1.HeaderClassName
{
color: #FF6FD1;
}
.AnyTagClassName
{
color: #FF6FD1;
}
</style>
background-color css
<style>
a { background-color: #FF6FD1; }
a { background-color: rgb(255,111,209); }
div.DivClassName
{
background-color: #FF6FD1;
}
.BgClassName
{
background-color: #FF6FD1;
}
</style>
border-color css
<style>
span { border-color: #FF6FD1; }
span { border-color: rgb(255,111,209); }
td.TdClassName
{
border-color: #FF6FD1;
}
.TagClassName
{
border-color: #FF6FD1;
}
</style>