Shades of Neon Pink #F671D2
Tints of Neon Pink #F671D2
RGB
CMYK
RGB Variations
Color information
#F671D2 (or 0xF671D2) is known color: Neon Pink. HEX triplet: F6, 71 and D2. RGB value is (246,113,210). Sum of RGB (Red+Green+Blue) = 246+113+210=569 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.23% from 569); Green value is 113 (44.53% from 255 or 19.86% from 569); Blue value is 210 (82.42% from 255 or 36.91% from 569); Max value from RGB is 246 - color contains mainly: red. Hex color #F671D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F671D2 is #098E2D. Grayscale: #A3A3A3. Windows color (decimal): -626222 or 13791734. OLE color: 13791734.
HSL color Cylindrical-coordinate representation of color #F671D2: hue angle of 316.24º 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 #F671D2 is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 113 | 210 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.04 |
| HSL | 316.24º | 0.88% | 0.7% | - |
| HSV(B) | 316.24º | 0.54% | 0.96% | - |
| XYZ | 55.54 | 36.06 | 65 | - |
| YUV | 163.83 | 154.06 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 113 | 210 | 0 | 0.54 | 0.15 | 0.04 | 316.24 | 0.88 | 0.7 |
| Hex | F6 | 71 | D2 | 0 | 36 | F | 4 | 13C | 58 | 46 |
| Octal | 366 | 161 | 322 | 0 | 66 | 17 | 4 | 474 | 130 | 106 |
| Binary | 11110110 | 1110001 | 11010010 | 0 | 110110 | 1111 | 100 | 100111100 | 1011000 | 1000110 |
Color Harmonies of #F671D2
Complementary color
Monochromatic Colors of #F671D2
Black with #F671D2
Text Example
Text Example
White with #F671D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F671D2; }
p { color: rgb(246,113,210); }
H1.HeaderClassName
{
color: #F671D2;
}
.AnyTagClassName
{
color: #F671D2;
}
</style>
background-color css
<style>
a { background-color: #F671D2; }
a { background-color: rgb(246,113,210); }
div.DivClassName
{
background-color: #F671D2;
}
.BgClassName
{
background-color: #F671D2;
}
</style>
border-color css
<style>
span { border-color: #F671D2; }
span { border-color: rgb(246,113,210); }
td.TdClassName
{
border-color: #F671D2;
}
.TagClassName
{
border-color: #F671D2;
}
</style>