Shades of Neon Pink #F655C4
Tints of Neon Pink #F655C4
RGB
CMYK
RGB Variations
Color information
#F655C4 (or 0xF655C4) is known color: Neon Pink. HEX triplet: F6, 55 and C4. RGB value is (246,85,196). Sum of RGB (Red+Green+Blue) = 246+85+196=527 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.68% from 527); Green value is 85 (33.59% from 255 or 16.13% from 527); Blue value is 196 (76.95% from 255 or 37.19% from 527); Max value from RGB is 246 - color contains mainly: red. Hex color #F655C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F655C4 is #09AA3B. Grayscale: #919191. Windows color (decimal): -633404 or 12867062. OLE color: 12867062.
HSL color Cylindrical-coordinate representation of color #F655C4: hue angle of 318.63º 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 #F655C4 is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 85 | 196 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.04 |
| HSL | 318.63º | 0.9% | 0.65% | - |
| HSV(B) | 318.63º | 0.65% | 0.96% | - |
| XYZ | 51.22 | 30.08 | 55.33 | - |
| YUV | 145.79 | 156.34 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 85 | 196 | 0 | 0.65 | 0.20 | 0.04 | 318.63 | 0.9 | 0.65 |
| Hex | F6 | 55 | C4 | 0 | 41 | 14 | 4 | 13F | 5A | 41 |
| Octal | 366 | 125 | 304 | 0 | 101 | 24 | 4 | 477 | 132 | 101 |
| Binary | 11110110 | 1010101 | 11000100 | 0 | 1000001 | 10100 | 100 | 100111111 | 1011010 | 1000001 |
Color Harmonies of #F655C4
Complementary color
Monochromatic Colors of #F655C4
Black with #F655C4
Text Example
Text Example
White with #F655C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F655C4; }
p { color: rgb(246,85,196); }
H1.HeaderClassName
{
color: #F655C4;
}
.AnyTagClassName
{
color: #F655C4;
}
</style>
background-color css
<style>
a { background-color: #F655C4; }
a { background-color: rgb(246,85,196); }
div.DivClassName
{
background-color: #F655C4;
}
.BgClassName
{
background-color: #F655C4;
}
</style>
border-color css
<style>
span { border-color: #F655C4; }
span { border-color: rgb(246,85,196); }
td.TdClassName
{
border-color: #F655C4;
}
.TagClassName
{
border-color: #F655C4;
}
</style>