Shades of Neon Pink #F674C1
Tints of Neon Pink #F674C1
RGB
CMYK
RGB Variations
Color information
#F674C1 (or 0xF674C1) is known color: Neon Pink. HEX triplet: F6, 74 and C1. RGB value is (246,116,193). Sum of RGB (Red+Green+Blue) = 246+116+193=555 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.32% from 555); Green value is 116 (45.70% from 255 or 20.90% from 555); Blue value is 193 (75.78% from 255 or 34.77% from 555); Max value from RGB is 246 - color contains mainly: red. Hex color #F674C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F674C1 is #098B3E. Grayscale: #A3A3A3. Windows color (decimal): -625471 or 12678390. OLE color: 12678390.
HSL color Cylindrical-coordinate representation of color #F674C1: hue angle of 324.46º 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 #F674C1 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 116 | 193 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.04 |
| HSL | 324.46º | 0.88% | 0.71% | - |
| HSV(B) | 324.46º | 0.53% | 0.96% | - |
| XYZ | 53.88 | 35.93 | 54.55 | - |
| YUV | 163.65 | 144.57 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 116 | 193 | 0 | 0.53 | 0.22 | 0.04 | 324.46 | 0.88 | 0.71 |
| Hex | F6 | 74 | C1 | 0 | 35 | 16 | 4 | 144 | 58 | 47 |
| Octal | 366 | 164 | 301 | 0 | 65 | 26 | 4 | 504 | 130 | 107 |
| Binary | 11110110 | 1110100 | 11000001 | 0 | 110101 | 10110 | 100 | 101000100 | 1011000 | 1000111 |
Color Harmonies of #F674C1
Complementary color
Monochromatic Colors of #F674C1
Black with #F674C1
Text Example
Text Example
White with #F674C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F674C1; }
p { color: rgb(246,116,193); }
H1.HeaderClassName
{
color: #F674C1;
}
.AnyTagClassName
{
color: #F674C1;
}
</style>
background-color css
<style>
a { background-color: #F674C1; }
a { background-color: rgb(246,116,193); }
div.DivClassName
{
background-color: #F674C1;
}
.BgClassName
{
background-color: #F674C1;
}
</style>
border-color css
<style>
span { border-color: #F674C1; }
span { border-color: rgb(246,116,193); }
td.TdClassName
{
border-color: #F674C1;
}
.TagClassName
{
border-color: #F674C1;
}
</style>