Shades of Neon Pink #F671D7
Tints of Neon Pink #F671D7
RGB
CMYK
RGB Variations
Color information
#F671D7 (or 0xF671D7) is known color: Neon Pink. HEX triplet: F6, 71 and D7. RGB value is (246,113,215). Sum of RGB (Red+Green+Blue) = 246+113+215=574 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.86% from 574); Green value is 113 (44.53% from 255 or 19.69% from 574); Blue value is 215 (84.38% from 255 or 37.46% from 574); Max value from RGB is 246 - color contains mainly: red. Hex color #F671D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F671D7 is #098E28. Grayscale: #A4A4A4. Windows color (decimal): -626217 or 14119414. OLE color: 14119414.
HSL color Cylindrical-coordinate representation of color #F671D7: hue angle of 313.98º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F671D7 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 113 | 215 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.04 |
| HSL | 313.99º | 0.88% | 0.7% | - |
| HSV(B) | 313.99º | 0.54% | 0.96% | - |
| XYZ | 56.18 | 36.31 | 68.34 | - |
| YUV | 164.4 | 156.56 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 113 | 215 | 0 | 0.54 | 0.13 | 0.04 | 313.99 | 0.88 | 0.7 |
| Hex | F6 | 71 | D7 | 0 | 36 | D | 4 | 13A | 58 | 46 |
| Octal | 366 | 161 | 327 | 0 | 66 | 15 | 4 | 472 | 130 | 106 |
| Binary | 11110110 | 1110001 | 11010111 | 0 | 110110 | 1101 | 100 | 100111010 | 1011000 | 1000110 |
Color Harmonies of #F671D7
Complementary color
Monochromatic Colors of #F671D7
Black with #F671D7
Text Example
Text Example
White with #F671D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F671D7; }
p { color: rgb(246,113,215); }
H1.HeaderClassName
{
color: #F671D7;
}
.AnyTagClassName
{
color: #F671D7;
}
</style>
background-color css
<style>
a { background-color: #F671D7; }
a { background-color: rgb(246,113,215); }
div.DivClassName
{
background-color: #F671D7;
}
.BgClassName
{
background-color: #F671D7;
}
</style>
border-color css
<style>
span { border-color: #F671D7; }
span { border-color: rgb(246,113,215); }
td.TdClassName
{
border-color: #F671D7;
}
.TagClassName
{
border-color: #F671D7;
}
</style>