Shades of Neon Pink #F672CC
Tints of Neon Pink #F672CC
RGB
CMYK
RGB Variations
Color information
#F672CC (or 0xF672CC) is known color: Neon Pink. HEX triplet: F6, 72 and CC. RGB value is (246,114,204). Sum of RGB (Red+Green+Blue) = 246+114+204=564 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.62% from 564); Green value is 114 (44.92% from 255 or 20.21% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 246 - color contains mainly: red. Hex color #F672CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F672CC is #098D33. Grayscale: #A3A3A3. Windows color (decimal): -625972 or 13398774. OLE color: 13398774.
HSL color Cylindrical-coordinate representation of color #F672CC: hue angle of 319.09º 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 #F672CC is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 114 | 204 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.04 |
| HSL | 319.09º | 0.88% | 0.71% | - |
| HSV(B) | 319.09º | 0.54% | 0.96% | - |
| XYZ | 54.92 | 35.99 | 61.18 | - |
| YUV | 163.73 | 150.73 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 114 | 204 | 0 | 0.54 | 0.17 | 0.04 | 319.09 | 0.88 | 0.71 |
| Hex | F6 | 72 | CC | 0 | 36 | 11 | 4 | 13F | 58 | 47 |
| Octal | 366 | 162 | 314 | 0 | 66 | 21 | 4 | 477 | 130 | 107 |
| Binary | 11110110 | 1110010 | 11001100 | 0 | 110110 | 10001 | 100 | 100111111 | 1011000 | 1000111 |
Color Harmonies of #F672CC
Complementary color
Monochromatic Colors of #F672CC
Black with #F672CC
Text Example
Text Example
White with #F672CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F672CC; }
p { color: rgb(246,114,204); }
H1.HeaderClassName
{
color: #F672CC;
}
.AnyTagClassName
{
color: #F672CC;
}
</style>
background-color css
<style>
a { background-color: #F672CC; }
a { background-color: rgb(246,114,204); }
div.DivClassName
{
background-color: #F672CC;
}
.BgClassName
{
background-color: #F672CC;
}
</style>
border-color css
<style>
span { border-color: #F672CC; }
span { border-color: rgb(246,114,204); }
td.TdClassName
{
border-color: #F672CC;
}
.TagClassName
{
border-color: #F672CC;
}
</style>