Shades of Neon Pink #F674C2
Tints of Neon Pink #F674C2
RGB
CMYK
RGB Variations
Color information
#F674C2 (or 0xF674C2) is known color: Neon Pink. HEX triplet: F6, 74 and C2. RGB value is (246,116,194). Sum of RGB (Red+Green+Blue) = 246+116+194=556 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.24% from 556); Green value is 116 (45.70% from 255 or 20.86% from 556); Blue value is 194 (76.17% from 255 or 34.89% from 556); Max value from RGB is 246 - color contains mainly: red. Hex color #F674C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F674C2 is #098B3D. Grayscale: #A3A3A3. Windows color (decimal): -625470 or 12743926. OLE color: 12743926.
HSL color Cylindrical-coordinate representation of color #F674C2: hue angle of 324º 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 #F674C2 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 116 | 194 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.04 |
| HSL | 324º | 0.88% | 0.71% | - |
| HSV(B) | 324º | 0.53% | 0.96% | - |
| XYZ | 53.99 | 35.98 | 55.14 | - |
| YUV | 163.76 | 145.07 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 116 | 194 | 0 | 0.53 | 0.21 | 0.04 | 324 | 0.88 | 0.71 |
| Hex | F6 | 74 | C2 | 0 | 35 | 15 | 4 | 144 | 58 | 47 |
| Octal | 366 | 164 | 302 | 0 | 65 | 25 | 4 | 504 | 130 | 107 |
| Binary | 11110110 | 1110100 | 11000010 | 0 | 110101 | 10101 | 100 | 101000100 | 1011000 | 1000111 |
Color Harmonies of #F674C2
Complementary color
Monochromatic Colors of #F674C2
Black with #F674C2
Text Example
Text Example
White with #F674C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F674C2; }
p { color: rgb(246,116,194); }
H1.HeaderClassName
{
color: #F674C2;
}
.AnyTagClassName
{
color: #F674C2;
}
</style>
background-color css
<style>
a { background-color: #F674C2; }
a { background-color: rgb(246,116,194); }
div.DivClassName
{
background-color: #F674C2;
}
.BgClassName
{
background-color: #F674C2;
}
</style>
border-color css
<style>
span { border-color: #F674C2; }
span { border-color: rgb(246,116,194); }
td.TdClassName
{
border-color: #F674C2;
}
.TagClassName
{
border-color: #F674C2;
}
</style>