Shades of Neon Pink #F674D3
Tints of Neon Pink #F674D3
RGB
CMYK
RGB Variations
Color information
#F674D3 (or 0xF674D3) is known color: Neon Pink. HEX triplet: F6, 74 and D3. RGB value is (246,116,211). Sum of RGB (Red+Green+Blue) = 246+116+211=573 (75% of max value = 765). Red value is 246 (96.48% from 255 or 42.93% from 573); Green value is 116 (45.70% from 255 or 20.24% from 573); Blue value is 211 (82.81% from 255 or 36.82% from 573); Max value from RGB is 246 - color contains mainly: red. Hex color #F674D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F674D3 is #098B2C. Grayscale: #A5A5A5. Windows color (decimal): -625453 or 13858038. OLE color: 13858038.
HSL color Cylindrical-coordinate representation of color #F674D3: hue angle of 316.15º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F674D3 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 116 | 211 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.04 |
| HSL | 316.15º | 0.88% | 0.71% | - |
| HSV(B) | 316.15º | 0.53% | 0.96% | - |
| XYZ | 56.01 | 36.79 | 65.78 | - |
| YUV | 165.7 | 153.57 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 116 | 211 | 0 | 0.53 | 0.14 | 0.04 | 316.15 | 0.88 | 0.71 |
| Hex | F6 | 74 | D3 | 0 | 35 | E | 4 | 13C | 58 | 47 |
| Octal | 366 | 164 | 323 | 0 | 65 | 16 | 4 | 474 | 130 | 107 |
| Binary | 11110110 | 1110100 | 11010011 | 0 | 110101 | 1110 | 100 | 100111100 | 1011000 | 1000111 |
Color Harmonies of #F674D3
Complementary color
Monochromatic Colors of #F674D3
Black with #F674D3
Text Example
Text Example
White with #F674D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F674D3; }
p { color: rgb(246,116,211); }
H1.HeaderClassName
{
color: #F674D3;
}
.AnyTagClassName
{
color: #F674D3;
}
</style>
background-color css
<style>
a { background-color: #F674D3; }
a { background-color: rgb(246,116,211); }
div.DivClassName
{
background-color: #F674D3;
}
.BgClassName
{
background-color: #F674D3;
}
</style>
border-color css
<style>
span { border-color: #F674D3; }
span { border-color: rgb(246,116,211); }
td.TdClassName
{
border-color: #F674D3;
}
.TagClassName
{
border-color: #F674D3;
}
</style>