Shades of Neon Pink #F670D2
Tints of Neon Pink #F670D2
RGB
CMYK
RGB Variations
Color information
#F670D2 (or 0xF670D2) is known color: Neon Pink. HEX triplet: F6, 70 and D2. RGB value is (246,112,210). Sum of RGB (Red+Green+Blue) = 246+112+210=568 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.31% from 568); Green value is 112 (44.14% from 255 or 19.72% from 568); Blue value is 210 (82.42% from 255 or 36.97% from 568); Max value from RGB is 246 - color contains mainly: red. Hex color #F670D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F670D2 is #098F2D. Grayscale: #A2A2A2. Windows color (decimal): -626478 or 13791478. OLE color: 13791478.
HSL color Cylindrical-coordinate representation of color #F670D2: hue angle of 316.12º 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 #F670D2 is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 112 | 210 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.04 |
| HSL | 316.12º | 0.88% | 0.7% | - |
| HSV(B) | 316.12º | 0.54% | 0.96% | - |
| XYZ | 55.43 | 35.83 | 64.97 | - |
| YUV | 163.24 | 154.39 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 112 | 210 | 0 | 0.54 | 0.15 | 0.04 | 316.12 | 0.88 | 0.7 |
| Hex | F6 | 70 | D2 | 0 | 36 | F | 4 | 13C | 58 | 46 |
| Octal | 366 | 160 | 322 | 0 | 66 | 17 | 4 | 474 | 130 | 106 |
| Binary | 11110110 | 1110000 | 11010010 | 0 | 110110 | 1111 | 100 | 100111100 | 1011000 | 1000110 |
Color Harmonies of #F670D2
Complementary color
Monochromatic Colors of #F670D2
Black with #F670D2
Text Example
Text Example
White with #F670D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F670D2; }
p { color: rgb(246,112,210); }
H1.HeaderClassName
{
color: #F670D2;
}
.AnyTagClassName
{
color: #F670D2;
}
</style>
background-color css
<style>
a { background-color: #F670D2; }
a { background-color: rgb(246,112,210); }
div.DivClassName
{
background-color: #F670D2;
}
.BgClassName
{
background-color: #F670D2;
}
</style>
border-color css
<style>
span { border-color: #F670D2; }
span { border-color: rgb(246,112,210); }
td.TdClassName
{
border-color: #F670D2;
}
.TagClassName
{
border-color: #F670D2;
}
</style>