Shades of Neon Pink #F674D5
Tints of Neon Pink #F674D5
RGB
CMYK
RGB Variations
Color information
#F674D5 (or 0xF674D5) is known color: Neon Pink. HEX triplet: F6, 74 and D5. RGB value is (246,116,213). Sum of RGB (Red+Green+Blue) = 246+116+213=575 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.78% from 575); Green value is 116 (45.70% from 255 or 20.17% from 575); Blue value is 213 (83.59% from 255 or 37.04% from 575); Max value from RGB is 246 - color contains mainly: red. Hex color #F674D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F674D5 is #098B2A. Grayscale: #A5A5A5. Windows color (decimal): -625451 or 13989110. OLE color: 13989110.
HSL color Cylindrical-coordinate representation of color #F674D5: hue angle of 315.23º 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 #F674D5 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 116 | 213 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.04 |
| HSL | 315.23º | 0.88% | 0.71% | - |
| HSV(B) | 315.23º | 0.53% | 0.96% | - |
| XYZ | 56.26 | 36.89 | 67.11 | - |
| YUV | 165.93 | 154.57 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 116 | 213 | 0 | 0.53 | 0.13 | 0.04 | 315.23 | 0.88 | 0.71 |
| Hex | F6 | 74 | D5 | 0 | 35 | D | 4 | 13B | 58 | 47 |
| Octal | 366 | 164 | 325 | 0 | 65 | 15 | 4 | 473 | 130 | 107 |
| Binary | 11110110 | 1110100 | 11010101 | 0 | 110101 | 1101 | 100 | 100111011 | 1011000 | 1000111 |
Color Harmonies of #F674D5
Complementary color
Monochromatic Colors of #F674D5
Black with #F674D5
Text Example
Text Example
White with #F674D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F674D5; }
p { color: rgb(246,116,213); }
H1.HeaderClassName
{
color: #F674D5;
}
.AnyTagClassName
{
color: #F674D5;
}
</style>
background-color css
<style>
a { background-color: #F674D5; }
a { background-color: rgb(246,116,213); }
div.DivClassName
{
background-color: #F674D5;
}
.BgClassName
{
background-color: #F674D5;
}
</style>
border-color css
<style>
span { border-color: #F674D5; }
span { border-color: rgb(246,116,213); }
td.TdClassName
{
border-color: #F674D5;
}
.TagClassName
{
border-color: #F674D5;
}
</style>