Shades of Neon Pink #FF6FD3
Tints of Neon Pink #FF6FD3
RGB
CMYK
RGB Variations
Color information
#FF6FD3 (or 0xFF6FD3) is known color: Neon Pink. HEX triplet: FF, 6F and D3. RGB value is (255,111,211). Sum of RGB (Red+Green+Blue) = 255+111+211=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 111 (43.75% from 255 or 19.24% from 577); Blue value is 211 (82.81% from 255 or 36.57% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6FD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6FD3 is #00902C. Grayscale: #A5A5A5. Windows color (decimal): -36909 or 13856767. OLE color: 13856767.
HSL color Cylindrical-coordinate representation of color #FF6FD3: hue angle of 318.33º 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 #FF6FD3 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 111 | 211 | - |
| CMYK | 0 | 0.56 | 0.17 | 0 |
| HSL | 318.33º | 1% | 0.72% | - |
| HSV(B) | 318.33º | 0.56% | 1% | - |
| XYZ | 58.68 | 37.33 | 65.74 | - |
| YUV | 165.46 | 153.71 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 111 | 211 | 0 | 0.56 | 0.17 | 0 | 318.33 | 1 | 0.72 |
| Hex | FF | 6F | D3 | 0 | 38 | 11 | 0 | 13E | 64 | 48 |
| Octal | 377 | 157 | 323 | 0 | 70 | 21 | 0 | 476 | 144 | 110 |
| Binary | 11111111 | 1101111 | 11010011 | 0 | 111000 | 10001 | 0 | 100111110 | 1100100 | 1001000 |
Color Harmonies of #FF6FD3
Complementary color
Monochromatic Colors of #FF6FD3
Black with #FF6FD3
Text Example
Text Example
White with #FF6FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6FD3; }
p { color: rgb(255,111,211); }
H1.HeaderClassName
{
color: #FF6FD3;
}
.AnyTagClassName
{
color: #FF6FD3;
}
</style>
background-color css
<style>
a { background-color: #FF6FD3; }
a { background-color: rgb(255,111,211); }
div.DivClassName
{
background-color: #FF6FD3;
}
.BgClassName
{
background-color: #FF6FD3;
}
</style>
border-color css
<style>
span { border-color: #FF6FD3; }
span { border-color: rgb(255,111,211); }
td.TdClassName
{
border-color: #FF6FD3;
}
.TagClassName
{
border-color: #FF6FD3;
}
</style>