Shades of Neon Pink #F672BE
Tints of Neon Pink #F672BE
RGB
CMYK
RGB Variations
Color information
#F672BE (or 0xF672BE) is known color: Neon Pink. HEX triplet: F6, 72 and BE. RGB value is (246,114,190). Sum of RGB (Red+Green+Blue) = 246+114+190=550 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.73% from 550); Green value is 114 (44.92% from 255 or 20.73% from 550); Blue value is 190 (74.61% from 255 or 34.55% from 550); Max value from RGB is 246 - color contains mainly: red. Hex color #F672BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F672BE is #098D41. Grayscale: #A1A1A1. Windows color (decimal): -625986 or 12481270. OLE color: 12481270.
HSL color Cylindrical-coordinate representation of color #F672BE: hue angle of 325.45º 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 #F672BE is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 114 | 190 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.04 |
| HSL | 325.45º | 0.88% | 0.71% | - |
| HSV(B) | 325.45º | 0.54% | 0.96% | - |
| XYZ | 53.32 | 35.35 | 52.73 | - |
| YUV | 162.13 | 143.73 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 114 | 190 | 0 | 0.54 | 0.23 | 0.04 | 325.45 | 0.88 | 0.71 |
| Hex | F6 | 72 | BE | 0 | 36 | 17 | 4 | 145 | 58 | 47 |
| Octal | 366 | 162 | 276 | 0 | 66 | 27 | 4 | 505 | 130 | 107 |
| Binary | 11110110 | 1110010 | 10111110 | 0 | 110110 | 10111 | 100 | 101000101 | 1011000 | 1000111 |
Color Harmonies of #F672BE
Complementary color
Monochromatic Colors of #F672BE
Black with #F672BE
Text Example
Text Example
White with #F672BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F672BE; }
p { color: rgb(246,114,190); }
H1.HeaderClassName
{
color: #F672BE;
}
.AnyTagClassName
{
color: #F672BE;
}
</style>
background-color css
<style>
a { background-color: #F672BE; }
a { background-color: rgb(246,114,190); }
div.DivClassName
{
background-color: #F672BE;
}
.BgClassName
{
background-color: #F672BE;
}
</style>
border-color css
<style>
span { border-color: #F672BE; }
span { border-color: rgb(246,114,190); }
td.TdClassName
{
border-color: #F672BE;
}
.TagClassName
{
border-color: #F672BE;
}
</style>