Shades of Neon Pink #F658C0
Tints of Neon Pink #F658C0
RGB
CMYK
RGB Variations
Color information
#F658C0 (or 0xF658C0) is known color: Neon Pink. HEX triplet: F6, 58 and C0. RGB value is (246,88,192). Sum of RGB (Red+Green+Blue) = 246+88+192=526 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.77% from 526); Green value is 88 (34.77% from 255 or 16.73% from 526); Blue value is 192 (75.39% from 255 or 36.50% from 526); Max value from RGB is 246 - color contains mainly: red. Hex color #F658C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F658C0 is #09A73F. Grayscale: #929292. Windows color (decimal): -632640 or 12605686. OLE color: 12605686.
HSL color Cylindrical-coordinate representation of color #F658C0: hue angle of 320.51º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F658C0 is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 88 | 192 | - |
| CMYK | 0 | 0.64 | 0.22 | 0.04 |
| HSL | 320.51º | 0.9% | 0.65% | - |
| HSV(B) | 320.51º | 0.64% | 0.96% | - |
| XYZ | 51.01 | 30.38 | 53.04 | - |
| YUV | 147.1 | 153.35 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 88 | 192 | 0 | 0.64 | 0.22 | 0.04 | 320.51 | 0.9 | 0.65 |
| Hex | F6 | 58 | C0 | 0 | 40 | 16 | 4 | 141 | 5A | 41 |
| Octal | 366 | 130 | 300 | 0 | 100 | 26 | 4 | 501 | 132 | 101 |
| Binary | 11110110 | 1011000 | 11000000 | 0 | 1000000 | 10110 | 100 | 101000001 | 1011010 | 1000001 |
Color Harmonies of #F658C0
Complementary color
Monochromatic Colors of #F658C0
Black with #F658C0
Text Example
Text Example
White with #F658C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F658C0; }
p { color: rgb(246,88,192); }
H1.HeaderClassName
{
color: #F658C0;
}
.AnyTagClassName
{
color: #F658C0;
}
</style>
background-color css
<style>
a { background-color: #F658C0; }
a { background-color: rgb(246,88,192); }
div.DivClassName
{
background-color: #F658C0;
}
.BgClassName
{
background-color: #F658C0;
}
</style>
border-color css
<style>
span { border-color: #F658C0; }
span { border-color: rgb(246,88,192); }
td.TdClassName
{
border-color: #F658C0;
}
.TagClassName
{
border-color: #F658C0;
}
</style>