Shades of Neon Pink #F674C6
Tints of Neon Pink #F674C6
RGB
CMYK
RGB Variations
Color information
#F674C6 (or 0xF674C6) is known color: Neon Pink. HEX triplet: F6, 74 and C6. RGB value is (246,116,198). Sum of RGB (Red+Green+Blue) = 246+116+198=560 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.93% from 560); Green value is 116 (45.70% from 255 or 20.71% from 560); Blue value is 198 (77.73% from 255 or 35.36% from 560); Max value from RGB is 246 - color contains mainly: red. Hex color #F674C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F674C6 is #098B39. Grayscale: #A4A4A4. Windows color (decimal): -625466 or 13006070. OLE color: 13006070.
HSL color Cylindrical-coordinate representation of color #F674C6: hue angle of 322.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 #F674C6 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 116 | 198 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.04 |
| HSL | 322.15º | 0.88% | 0.71% | - |
| HSV(B) | 322.15º | 0.53% | 0.96% | - |
| XYZ | 54.44 | 36.16 | 57.54 | - |
| YUV | 164.22 | 147.07 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 116 | 198 | 0 | 0.53 | 0.20 | 0.04 | 322.15 | 0.88 | 0.71 |
| Hex | F6 | 74 | C6 | 0 | 35 | 14 | 4 | 142 | 58 | 47 |
| Octal | 366 | 164 | 306 | 0 | 65 | 24 | 4 | 502 | 130 | 107 |
| Binary | 11110110 | 1110100 | 11000110 | 0 | 110101 | 10100 | 100 | 101000010 | 1011000 | 1000111 |
Color Harmonies of #F674C6
Complementary color
Monochromatic Colors of #F674C6
Black with #F674C6
Text Example
Text Example
White with #F674C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F674C6; }
p { color: rgb(246,116,198); }
H1.HeaderClassName
{
color: #F674C6;
}
.AnyTagClassName
{
color: #F674C6;
}
</style>
background-color css
<style>
a { background-color: #F674C6; }
a { background-color: rgb(246,116,198); }
div.DivClassName
{
background-color: #F674C6;
}
.BgClassName
{
background-color: #F674C6;
}
</style>
border-color css
<style>
span { border-color: #F674C6; }
span { border-color: rgb(246,116,198); }
td.TdClassName
{
border-color: #F674C6;
}
.TagClassName
{
border-color: #F674C6;
}
</style>