Shades of Neon Pink #F853C5
Tints of Neon Pink #F853C5
RGB
CMYK
RGB Variations
Color information
#F853C5 (or 0xF853C5) is known color: Neon Pink. HEX triplet: F8, 53 and C5. RGB value is (248,83,197). Sum of RGB (Red+Green+Blue) = 248+83+197=528 (69% of max value = 765). Red value is 248 (97.27% from 255 or 46.97% from 528); Green value is 83 (32.81% from 255 or 15.72% from 528); Blue value is 197 (77.34% from 255 or 37.31% from 528); Max value from RGB is 248 - color contains mainly: red. Hex color #F853C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F853C5 is #07AC3A. Grayscale: #919191. Windows color (decimal): -502843 or 12932088. OLE color: 12932088.
HSL color Cylindrical-coordinate representation of color #F853C5: hue angle of 318.55º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F853C5 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 83 | 197 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.03 |
| HSL | 318.55º | 0.92% | 0.65% | - |
| HSV(B) | 318.55º | 0.67% | 0.97% | - |
| XYZ | 51.88 | 30.17 | 55.91 | - |
| YUV | 145.33 | 157.16 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 83 | 197 | 0 | 0.67 | 0.21 | 0.03 | 318.55 | 0.92 | 0.65 |
| Hex | F8 | 53 | C5 | 0 | 43 | 15 | 3 | 13F | 5C | 41 |
| Octal | 370 | 123 | 305 | 0 | 103 | 25 | 3 | 477 | 134 | 101 |
| Binary | 11111000 | 1010011 | 11000101 | 0 | 1000011 | 10101 | 11 | 100111111 | 1011100 | 1000001 |
Color Harmonies of #F853C5
Complementary color
Monochromatic Colors of #F853C5
Black with #F853C5
Text Example
Text Example
White with #F853C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F853C5; }
p { color: rgb(248,83,197); }
H1.HeaderClassName
{
color: #F853C5;
}
.AnyTagClassName
{
color: #F853C5;
}
</style>
background-color css
<style>
a { background-color: #F853C5; }
a { background-color: rgb(248,83,197); }
div.DivClassName
{
background-color: #F853C5;
}
.BgClassName
{
background-color: #F853C5;
}
</style>
border-color css
<style>
span { border-color: #F853C5; }
span { border-color: rgb(248,83,197); }
td.TdClassName
{
border-color: #F853C5;
}
.TagClassName
{
border-color: #F853C5;
}
</style>