Shades of Neon Pink #F652C1
Tints of Neon Pink #F652C1
RGB
CMYK
RGB Variations
Color information
#F652C1 (or 0xF652C1) is known color: Neon Pink. HEX triplet: F6, 52 and C1. RGB value is (246,82,193). Sum of RGB (Red+Green+Blue) = 246+82+193=521 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.22% from 521); Green value is 82 (32.42% from 255 or 15.74% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 246 - color contains mainly: red. Hex color #F652C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F652C1 is #09AD3E. Grayscale: #8F8F8F. Windows color (decimal): -634175 or 12669686. OLE color: 12669686.
HSL color Cylindrical-coordinate representation of color #F652C1: hue angle of 319.39º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F652C1 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 82 | 193 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.04 |
| HSL | 319.39º | 0.9% | 0.64% | - |
| HSV(B) | 319.39º | 0.67% | 0.96% | - |
| XYZ | 50.65 | 29.48 | 53.47 | - |
| YUV | 143.69 | 155.83 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 82 | 193 | 0 | 0.67 | 0.22 | 0.04 | 319.39 | 0.9 | 0.64 |
| Hex | F6 | 52 | C1 | 0 | 43 | 16 | 4 | 13F | 5A | 40 |
| Octal | 366 | 122 | 301 | 0 | 103 | 26 | 4 | 477 | 132 | 100 |
| Binary | 11110110 | 1010010 | 11000001 | 0 | 1000011 | 10110 | 100 | 100111111 | 1011010 | 1000000 |
Color Harmonies of #F652C1
Complementary color
Monochromatic Colors of #F652C1
Black with #F652C1
Text Example
Text Example
White with #F652C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F652C1; }
p { color: rgb(246,82,193); }
H1.HeaderClassName
{
color: #F652C1;
}
.AnyTagClassName
{
color: #F652C1;
}
</style>
background-color css
<style>
a { background-color: #F652C1; }
a { background-color: rgb(246,82,193); }
div.DivClassName
{
background-color: #F652C1;
}
.BgClassName
{
background-color: #F652C1;
}
</style>
border-color css
<style>
span { border-color: #F652C1; }
span { border-color: rgb(246,82,193); }
td.TdClassName
{
border-color: #F652C1;
}
.TagClassName
{
border-color: #F652C1;
}
</style>