Shades of Neon Pink #F654C0
Tints of Neon Pink #F654C0
RGB
CMYK
RGB Variations
Color information
#F654C0 (or 0xF654C0) is known color: Neon Pink. HEX triplet: F6, 54 and C0. RGB value is (246,84,192). Sum of RGB (Red+Green+Blue) = 246+84+192=522 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.13% from 522); Green value is 84 (33.20% from 255 or 16.09% from 522); Blue value is 192 (75.39% from 255 or 36.78% from 522); Max value from RGB is 246 - color contains mainly: red. Hex color #F654C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F654C0 is #09AB3F. Grayscale: #909090. Windows color (decimal): -633664 or 12604662. OLE color: 12604662.
HSL color Cylindrical-coordinate representation of color #F654C0: hue angle of 320º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F654C0 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 84 | 192 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.04 |
| HSL | 320º | 0.9% | 0.65% | - |
| HSV(B) | 320º | 0.66% | 0.96% | - |
| XYZ | 50.69 | 29.74 | 52.94 | - |
| YUV | 144.75 | 154.67 | 200.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 84 | 192 | 0 | 0.66 | 0.22 | 0.04 | 320 | 0.9 | 0.65 |
| Hex | F6 | 54 | C0 | 0 | 42 | 16 | 4 | 140 | 5A | 41 |
| Octal | 366 | 124 | 300 | 0 | 102 | 26 | 4 | 500 | 132 | 101 |
| Binary | 11110110 | 1010100 | 11000000 | 0 | 1000010 | 10110 | 100 | 101000000 | 1011010 | 1000001 |
Color Harmonies of #F654C0
Complementary color
Monochromatic Colors of #F654C0
Black with #F654C0
Text Example
Text Example
White with #F654C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F654C0; }
p { color: rgb(246,84,192); }
H1.HeaderClassName
{
color: #F654C0;
}
.AnyTagClassName
{
color: #F654C0;
}
</style>
background-color css
<style>
a { background-color: #F654C0; }
a { background-color: rgb(246,84,192); }
div.DivClassName
{
background-color: #F654C0;
}
.BgClassName
{
background-color: #F654C0;
}
</style>
border-color css
<style>
span { border-color: #F654C0; }
span { border-color: rgb(246,84,192); }
td.TdClassName
{
border-color: #F654C0;
}
.TagClassName
{
border-color: #F654C0;
}
</style>