Shades of Neon Pink #F567D2
Tints of Neon Pink #F567D2
RGB
CMYK
RGB Variations
Color information
#F567D2 (or 0xF567D2) is known color: Neon Pink. HEX triplet: F5, 67 and D2. RGB value is (245,103,210). Sum of RGB (Red+Green+Blue) = 245+103+210=558 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.91% from 558); Green value is 103 (40.62% from 255 or 18.46% from 558); Blue value is 210 (82.42% from 255 or 37.63% from 558); Max value from RGB is 245 - color contains mainly: red. Hex color #F567D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F567D2 is #0A982D. Grayscale: #9D9D9D. Windows color (decimal): -694318 or 13789173. OLE color: 13789173.
HSL color Cylindrical-coordinate representation of color #F567D2: hue angle of 314.79º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F567D2 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 103 | 210 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.04 |
| HSL | 314.79º | 0.88% | 0.68% | - |
| HSV(B) | 314.79º | 0.58% | 0.96% | - |
| XYZ | 54.14 | 33.77 | 64.64 | - |
| YUV | 157.66 | 157.54 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 103 | 210 | 0 | 0.58 | 0.14 | 0.04 | 314.79 | 0.88 | 0.68 |
| Hex | F5 | 67 | D2 | 0 | 3A | E | 4 | 13B | 58 | 44 |
| Octal | 365 | 147 | 322 | 0 | 72 | 16 | 4 | 473 | 130 | 104 |
| Binary | 11110101 | 1100111 | 11010010 | 0 | 111010 | 1110 | 100 | 100111011 | 1011000 | 1000100 |
Color Harmonies of #F567D2
Complementary color
Monochromatic Colors of #F567D2
Black with #F567D2
Text Example
Text Example
White with #F567D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F567D2; }
p { color: rgb(245,103,210); }
H1.HeaderClassName
{
color: #F567D2;
}
.AnyTagClassName
{
color: #F567D2;
}
</style>
background-color css
<style>
a { background-color: #F567D2; }
a { background-color: rgb(245,103,210); }
div.DivClassName
{
background-color: #F567D2;
}
.BgClassName
{
background-color: #F567D2;
}
</style>
border-color css
<style>
span { border-color: #F567D2; }
span { border-color: rgb(245,103,210); }
td.TdClassName
{
border-color: #F567D2;
}
.TagClassName
{
border-color: #F567D2;
}
</style>