Shades of Neon Pink #F853C4
Tints of Neon Pink #F853C4
RGB
CMYK
RGB Variations
Color information
#F853C4 (or 0xF853C4) is known color: Neon Pink. HEX triplet: F8, 53 and C4. RGB value is (248,83,196). Sum of RGB (Red+Green+Blue) = 248+83+196=527 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.06% from 527); Green value is 83 (32.81% from 255 or 15.75% from 527); Blue value is 196 (76.95% from 255 or 37.19% from 527); Max value from RGB is 248 - color contains mainly: red. Hex color #F853C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F853C4 is #07AC3B. Grayscale: #909090. Windows color (decimal): -502844 or 12866552. OLE color: 12866552.
HSL color Cylindrical-coordinate representation of color #F853C4: hue angle of 318.91º 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 #F853C4 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 83 | 196 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.03 |
| HSL | 318.91º | 0.92% | 0.65% | - |
| HSV(B) | 318.91º | 0.67% | 0.97% | - |
| XYZ | 51.77 | 30.13 | 55.31 | - |
| YUV | 145.22 | 156.66 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 83 | 196 | 0 | 0.67 | 0.21 | 0.03 | 318.91 | 0.92 | 0.65 |
| Hex | F8 | 53 | C4 | 0 | 43 | 15 | 3 | 13F | 5C | 41 |
| Octal | 370 | 123 | 304 | 0 | 103 | 25 | 3 | 477 | 134 | 101 |
| Binary | 11111000 | 1010011 | 11000100 | 0 | 1000011 | 10101 | 11 | 100111111 | 1011100 | 1000001 |
Color Harmonies of #F853C4
Complementary color
Monochromatic Colors of #F853C4
Black with #F853C4
Text Example
Text Example
White with #F853C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F853C4; }
p { color: rgb(248,83,196); }
H1.HeaderClassName
{
color: #F853C4;
}
.AnyTagClassName
{
color: #F853C4;
}
</style>
background-color css
<style>
a { background-color: #F853C4; }
a { background-color: rgb(248,83,196); }
div.DivClassName
{
background-color: #F853C4;
}
.BgClassName
{
background-color: #F853C4;
}
</style>
border-color css
<style>
span { border-color: #F853C4; }
span { border-color: rgb(248,83,196); }
td.TdClassName
{
border-color: #F853C4;
}
.TagClassName
{
border-color: #F853C4;
}
</style>