Shades of Neon Pink #F565CE
Tints of Neon Pink #F565CE
RGB
CMYK
RGB Variations
Color information
#F565CE (or 0xF565CE) is known color: Neon Pink. HEX triplet: F5, 65 and CE. RGB value is (245,101,206). Sum of RGB (Red+Green+Blue) = 245+101+206=552 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.38% from 552); Green value is 101 (39.84% from 255 or 18.30% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 245 - color contains mainly: red. Hex color #F565CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F565CE is #0A9A31. Grayscale: #9B9B9B. Windows color (decimal): -694834 or 13526517. OLE color: 13526517.
HSL color Cylindrical-coordinate representation of color #F565CE: hue angle of 316.25º 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 #F565CE is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 101 | 206 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.04 |
| HSL | 316.25º | 0.88% | 0.68% | - |
| HSV(B) | 316.25º | 0.59% | 0.96% | - |
| XYZ | 53.45 | 33.18 | 61.98 | - |
| YUV | 156.03 | 156.21 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 101 | 206 | 0 | 0.59 | 0.16 | 0.04 | 316.25 | 0.88 | 0.68 |
| Hex | F5 | 65 | CE | 0 | 3B | 10 | 4 | 13C | 58 | 44 |
| Octal | 365 | 145 | 316 | 0 | 73 | 20 | 4 | 474 | 130 | 104 |
| Binary | 11110101 | 1100101 | 11001110 | 0 | 111011 | 10000 | 100 | 100111100 | 1011000 | 1000100 |
Color Harmonies of #F565CE
Complementary color
Monochromatic Colors of #F565CE
Black with #F565CE
Text Example
Text Example
White with #F565CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F565CE; }
p { color: rgb(245,101,206); }
H1.HeaderClassName
{
color: #F565CE;
}
.AnyTagClassName
{
color: #F565CE;
}
</style>
background-color css
<style>
a { background-color: #F565CE; }
a { background-color: rgb(245,101,206); }
div.DivClassName
{
background-color: #F565CE;
}
.BgClassName
{
background-color: #F565CE;
}
</style>
border-color css
<style>
span { border-color: #F565CE; }
span { border-color: rgb(245,101,206); }
td.TdClassName
{
border-color: #F565CE;
}
.TagClassName
{
border-color: #F565CE;
}
</style>