Shades of Neon Pink #F565C3
Tints of Neon Pink #F565C3
RGB
CMYK
RGB Variations
Color information
#F565C3 (or 0xF565C3) is known color: Neon Pink. HEX triplet: F5, 65 and C3. RGB value is (245,101,195). Sum of RGB (Red+Green+Blue) = 245+101+195=541 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.29% from 541); Green value is 101 (39.84% from 255 or 18.67% from 541); Blue value is 195 (76.56% from 255 or 36.04% from 541); Max value from RGB is 245 - color contains mainly: red. Hex color #F565C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F565C3 is #0A9A3C. Grayscale: #9A9A9A. Windows color (decimal): -694845 or 12805621. OLE color: 12805621.
HSL color Cylindrical-coordinate representation of color #F565C3: hue angle of 320.83º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F565C3 is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 101 | 195 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.04 |
| HSL | 320.83º | 0.88% | 0.68% | - |
| HSV(B) | 320.83º | 0.59% | 0.96% | - |
| XYZ | 52.16 | 32.66 | 55.18 | - |
| YUV | 154.77 | 150.71 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 101 | 195 | 0 | 0.59 | 0.20 | 0.04 | 320.83 | 0.88 | 0.68 |
| Hex | F5 | 65 | C3 | 0 | 3B | 14 | 4 | 141 | 58 | 44 |
| Octal | 365 | 145 | 303 | 0 | 73 | 24 | 4 | 501 | 130 | 104 |
| Binary | 11110101 | 1100101 | 11000011 | 0 | 111011 | 10100 | 100 | 101000001 | 1011000 | 1000100 |
Color Harmonies of #F565C3
Complementary color
Monochromatic Colors of #F565C3
Black with #F565C3
Text Example
Text Example
White with #F565C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F565C3; }
p { color: rgb(245,101,195); }
H1.HeaderClassName
{
color: #F565C3;
}
.AnyTagClassName
{
color: #F565C3;
}
</style>
background-color css
<style>
a { background-color: #F565C3; }
a { background-color: rgb(245,101,195); }
div.DivClassName
{
background-color: #F565C3;
}
.BgClassName
{
background-color: #F565C3;
}
</style>
border-color css
<style>
span { border-color: #F565C3; }
span { border-color: rgb(245,101,195); }
td.TdClassName
{
border-color: #F565C3;
}
.TagClassName
{
border-color: #F565C3;
}
</style>