Shades of Neon Pink #F670D5
Tints of Neon Pink #F670D5
RGB
CMYK
RGB Variations
Color information
#F670D5 (or 0xF670D5) is known color: Neon Pink. HEX triplet: F6, 70 and D5. RGB value is (246,112,213). Sum of RGB (Red+Green+Blue) = 246+112+213=571 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.08% from 571); Green value is 112 (44.14% from 255 or 19.61% from 571); Blue value is 213 (83.59% from 255 or 37.30% from 571); Max value from RGB is 246 - color contains mainly: red. Hex color #F670D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F670D5 is #098F2A. Grayscale: #A3A3A3. Windows color (decimal): -626475 or 13988086. OLE color: 13988086.
HSL color Cylindrical-coordinate representation of color #F670D5: hue angle of 314.78º 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 #F670D5 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 112 | 213 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.04 |
| HSL | 314.78º | 0.88% | 0.7% | - |
| HSV(B) | 314.78º | 0.54% | 0.96% | - |
| XYZ | 55.81 | 35.99 | 66.96 | - |
| YUV | 163.58 | 155.89 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 112 | 213 | 0 | 0.54 | 0.13 | 0.04 | 314.78 | 0.88 | 0.7 |
| Hex | F6 | 70 | D5 | 0 | 36 | D | 4 | 13B | 58 | 46 |
| Octal | 366 | 160 | 325 | 0 | 66 | 15 | 4 | 473 | 130 | 106 |
| Binary | 11110110 | 1110000 | 11010101 | 0 | 110110 | 1101 | 100 | 100111011 | 1011000 | 1000110 |
Color Harmonies of #F670D5
Complementary color
Monochromatic Colors of #F670D5
Black with #F670D5
Text Example
Text Example
White with #F670D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F670D5; }
p { color: rgb(246,112,213); }
H1.HeaderClassName
{
color: #F670D5;
}
.AnyTagClassName
{
color: #F670D5;
}
</style>
background-color css
<style>
a { background-color: #F670D5; }
a { background-color: rgb(246,112,213); }
div.DivClassName
{
background-color: #F670D5;
}
.BgClassName
{
background-color: #F670D5;
}
</style>
border-color css
<style>
span { border-color: #F670D5; }
span { border-color: rgb(246,112,213); }
td.TdClassName
{
border-color: #F670D5;
}
.TagClassName
{
border-color: #F670D5;
}
</style>