Shades of Neon Pink #F655C0
Tints of Neon Pink #F655C0
RGB
CMYK
RGB Variations
Color information
#F655C0 (or 0xF655C0) is known color: Neon Pink. HEX triplet: F6, 55 and C0. RGB value is (246,85,192). Sum of RGB (Red+Green+Blue) = 246+85+192=523 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.04% from 523); Green value is 85 (33.59% from 255 or 16.25% from 523); Blue value is 192 (75.39% from 255 or 36.71% from 523); Max value from RGB is 246 - color contains mainly: red. Hex color #F655C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F655C0 is #09AA3F. Grayscale: #919191. Windows color (decimal): -633408 or 12604918. OLE color: 12604918.
HSL color Cylindrical-coordinate representation of color #F655C0: hue angle of 320.12º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F655C0 is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 85 | 192 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.04 |
| HSL | 320.12º | 0.9% | 0.65% | - |
| HSV(B) | 320.12º | 0.65% | 0.96% | - |
| XYZ | 50.77 | 29.9 | 52.96 | - |
| YUV | 145.34 | 154.34 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 85 | 192 | 0 | 0.65 | 0.22 | 0.04 | 320.12 | 0.9 | 0.65 |
| Hex | F6 | 55 | C0 | 0 | 41 | 16 | 4 | 140 | 5A | 41 |
| Octal | 366 | 125 | 300 | 0 | 101 | 26 | 4 | 500 | 132 | 101 |
| Binary | 11110110 | 1010101 | 11000000 | 0 | 1000001 | 10110 | 100 | 101000000 | 1011010 | 1000001 |
Color Harmonies of #F655C0
Complementary color
Monochromatic Colors of #F655C0
Black with #F655C0
Text Example
Text Example
White with #F655C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F655C0; }
p { color: rgb(246,85,192); }
H1.HeaderClassName
{
color: #F655C0;
}
.AnyTagClassName
{
color: #F655C0;
}
</style>
background-color css
<style>
a { background-color: #F655C0; }
a { background-color: rgb(246,85,192); }
div.DivClassName
{
background-color: #F655C0;
}
.BgClassName
{
background-color: #F655C0;
}
</style>
border-color css
<style>
span { border-color: #F655C0; }
span { border-color: rgb(246,85,192); }
td.TdClassName
{
border-color: #F655C0;
}
.TagClassName
{
border-color: #F655C0;
}
</style>