Shades of Neon Pink #F567C1
Tints of Neon Pink #F567C1
RGB
CMYK
RGB Variations
Color information
#F567C1 (or 0xF567C1) is known color: Neon Pink. HEX triplet: F5, 67 and C1. RGB value is (245,103,193). Sum of RGB (Red+Green+Blue) = 245+103+193=541 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.29% from 541); Green value is 103 (40.62% from 255 or 19.04% from 541); Blue value is 193 (75.78% from 255 or 35.67% from 541); Max value from RGB is 245 - color contains mainly: red. Hex color #F567C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F567C1 is #0A983E. Grayscale: #9B9B9B. Windows color (decimal): -694335 or 12675061. OLE color: 12675061.
HSL color Cylindrical-coordinate representation of color #F567C1: hue angle of 321.97º 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 #F567C1 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 103 | 193 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.04 |
| HSL | 321.97º | 0.88% | 0.68% | - |
| HSV(B) | 321.97º | 0.58% | 0.96% | - |
| XYZ | 52.13 | 32.96 | 54.07 | - |
| YUV | 155.72 | 149.04 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 103 | 193 | 0 | 0.58 | 0.21 | 0.04 | 321.97 | 0.88 | 0.68 |
| Hex | F5 | 67 | C1 | 0 | 3A | 15 | 4 | 142 | 58 | 44 |
| Octal | 365 | 147 | 301 | 0 | 72 | 25 | 4 | 502 | 130 | 104 |
| Binary | 11110101 | 1100111 | 11000001 | 0 | 111010 | 10101 | 100 | 101000010 | 1011000 | 1000100 |
Color Harmonies of #F567C1
Complementary color
Monochromatic Colors of #F567C1
Black with #F567C1
Text Example
Text Example
White with #F567C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F567C1; }
p { color: rgb(245,103,193); }
H1.HeaderClassName
{
color: #F567C1;
}
.AnyTagClassName
{
color: #F567C1;
}
</style>
background-color css
<style>
a { background-color: #F567C1; }
a { background-color: rgb(245,103,193); }
div.DivClassName
{
background-color: #F567C1;
}
.BgClassName
{
background-color: #F567C1;
}
</style>
border-color css
<style>
span { border-color: #F567C1; }
span { border-color: rgb(245,103,193); }
td.TdClassName
{
border-color: #F567C1;
}
.TagClassName
{
border-color: #F567C1;
}
</style>