Shades of Neon Pink #F565C4
Tints of Neon Pink #F565C4
RGB
CMYK
RGB Variations
Color information
#F565C4 (or 0xF565C4) is known color: Neon Pink. HEX triplet: F5, 65 and C4. RGB value is (245,101,196). Sum of RGB (Red+Green+Blue) = 245+101+196=542 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.20% from 542); Green value is 101 (39.84% from 255 or 18.63% from 542); Blue value is 196 (76.95% from 255 or 36.16% from 542); Max value from RGB is 245 - color contains mainly: red. Hex color #F565C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F565C4 is #0A9A3B. Grayscale: #9A9A9A. Windows color (decimal): -694844 or 12871157. OLE color: 12871157.
HSL color Cylindrical-coordinate representation of color #F565C4: hue angle of 320.42º 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 #F565C4 is Cyan = 0, Magento = 0.59, Yellow = 0.2 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 101 | 196 | - |
| CMYK | 0 | 0.59 | 0.2 | 0.04 |
| HSL | 320.42º | 0.88% | 0.68% | - |
| HSV(B) | 320.42º | 0.59% | 0.96% | - |
| XYZ | 52.27 | 32.71 | 55.78 | - |
| YUV | 154.89 | 151.21 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 101 | 196 | 0 | 0.59 | 0.2 | 0.04 | 320.42 | 0.88 | 0.68 |
| Hex | F5 | 65 | C4 | 0 | 3B | 14 | 4 | 140 | 58 | 44 |
| Octal | 365 | 145 | 304 | 0 | 73 | 24 | 4 | 500 | 130 | 104 |
| Binary | 11110101 | 1100101 | 11000100 | 0 | 111011 | 10100 | 100 | 101000000 | 1011000 | 1000100 |
Color Harmonies of #F565C4
Complementary color
Monochromatic Colors of #F565C4
Black with #F565C4
Text Example
Text Example
White with #F565C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F565C4; }
p { color: rgb(245,101,196); }
H1.HeaderClassName
{
color: #F565C4;
}
.AnyTagClassName
{
color: #F565C4;
}
</style>
background-color css
<style>
a { background-color: #F565C4; }
a { background-color: rgb(245,101,196); }
div.DivClassName
{
background-color: #F565C4;
}
.BgClassName
{
background-color: #F565C4;
}
</style>
border-color css
<style>
span { border-color: #F565C4; }
span { border-color: rgb(245,101,196); }
td.TdClassName
{
border-color: #F565C4;
}
.TagClassName
{
border-color: #F565C4;
}
</style>