Shades of Neon Pink #F672C2
Tints of Neon Pink #F672C2
RGB
CMYK
RGB Variations
Color information
#F672C2 (or 0xF672C2) is known color: Neon Pink. HEX triplet: F6, 72 and C2. RGB value is (246,114,194). Sum of RGB (Red+Green+Blue) = 246+114+194=554 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.40% from 554); Green value is 114 (44.92% from 255 or 20.58% from 554); Blue value is 194 (76.17% from 255 or 35.02% from 554); Max value from RGB is 246 - color contains mainly: red. Hex color #F672C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F672C2 is #098D3D. Grayscale: #A2A2A2. Windows color (decimal): -625982 or 12743414. OLE color: 12743414.
HSL color Cylindrical-coordinate representation of color #F672C2: hue angle of 323.64º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F672C2 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 114 | 194 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.04 |
| HSL | 323.64º | 0.88% | 0.71% | - |
| HSV(B) | 323.64º | 0.54% | 0.96% | - |
| XYZ | 53.76 | 35.52 | 55.06 | - |
| YUV | 162.59 | 145.73 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 114 | 194 | 0 | 0.54 | 0.21 | 0.04 | 323.64 | 0.88 | 0.71 |
| Hex | F6 | 72 | C2 | 0 | 36 | 15 | 4 | 144 | 58 | 47 |
| Octal | 366 | 162 | 302 | 0 | 66 | 25 | 4 | 504 | 130 | 107 |
| Binary | 11110110 | 1110010 | 11000010 | 0 | 110110 | 10101 | 100 | 101000100 | 1011000 | 1000111 |
Color Harmonies of #F672C2
Complementary color
Monochromatic Colors of #F672C2
Black with #F672C2
Text Example
Text Example
White with #F672C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F672C2; }
p { color: rgb(246,114,194); }
H1.HeaderClassName
{
color: #F672C2;
}
.AnyTagClassName
{
color: #F672C2;
}
</style>
background-color css
<style>
a { background-color: #F672C2; }
a { background-color: rgb(246,114,194); }
div.DivClassName
{
background-color: #F672C2;
}
.BgClassName
{
background-color: #F672C2;
}
</style>
border-color css
<style>
span { border-color: #F672C2; }
span { border-color: rgb(246,114,194); }
td.TdClassName
{
border-color: #F672C2;
}
.TagClassName
{
border-color: #F672C2;
}
</style>