Shades of Neon Pink #F652C4
Tints of Neon Pink #F652C4
RGB
CMYK
RGB Variations
Color information
#F652C4 (or 0xF652C4) is known color: Neon Pink. HEX triplet: F6, 52 and C4. RGB value is (246,82,196). Sum of RGB (Red+Green+Blue) = 246+82+196=524 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.95% from 524); Green value is 82 (32.42% from 255 or 15.65% from 524); Blue value is 196 (76.95% from 255 or 37.40% from 524); Max value from RGB is 246 - color contains mainly: red. Hex color #F652C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F652C4 is #09AD3B. Grayscale: #8F8F8F. Windows color (decimal): -634172 or 12866294. OLE color: 12866294.
HSL color Cylindrical-coordinate representation of color #F652C4: hue angle of 318.29º 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 #F652C4 is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 82 | 196 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.04 |
| HSL | 318.29º | 0.9% | 0.64% | - |
| HSV(B) | 318.29º | 0.67% | 0.96% | - |
| XYZ | 50.99 | 29.61 | 55.25 | - |
| YUV | 144.03 | 157.33 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 82 | 196 | 0 | 0.67 | 0.20 | 0.04 | 318.29 | 0.9 | 0.64 |
| Hex | F6 | 52 | C4 | 0 | 43 | 14 | 4 | 13E | 5A | 40 |
| Octal | 366 | 122 | 304 | 0 | 103 | 24 | 4 | 476 | 132 | 100 |
| Binary | 11110110 | 1010010 | 11000100 | 0 | 1000011 | 10100 | 100 | 100111110 | 1011010 | 1000000 |
Color Harmonies of #F652C4
Complementary color
Monochromatic Colors of #F652C4
Black with #F652C4
Text Example
Text Example
White with #F652C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F652C4; }
p { color: rgb(246,82,196); }
H1.HeaderClassName
{
color: #F652C4;
}
.AnyTagClassName
{
color: #F652C4;
}
</style>
background-color css
<style>
a { background-color: #F652C4; }
a { background-color: rgb(246,82,196); }
div.DivClassName
{
background-color: #F652C4;
}
.BgClassName
{
background-color: #F652C4;
}
</style>
border-color css
<style>
span { border-color: #F652C4; }
span { border-color: rgb(246,82,196); }
td.TdClassName
{
border-color: #F652C4;
}
.TagClassName
{
border-color: #F652C4;
}
</style>