Shades of Neon Pink #F853CB
Tints of Neon Pink #F853CB
RGB
CMYK
RGB Variations
Color information
#F853CB (or 0xF853CB) is known color: Neon Pink. HEX triplet: F8, 53 and CB. RGB value is (248,83,203). Sum of RGB (Red+Green+Blue) = 248+83+203=534 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.44% from 534); Green value is 83 (32.81% from 255 or 15.54% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 248 - color contains mainly: red. Hex color #F853CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F853CB is #07AC34. Grayscale: #919191. Windows color (decimal): -502837 or 13325304. OLE color: 13325304.
HSL color Cylindrical-coordinate representation of color #F853CB: hue angle of 316.36º 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 #F853CB is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 83 | 203 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.03 |
| HSL | 316.36º | 0.92% | 0.65% | - |
| HSV(B) | 316.36º | 0.67% | 0.97% | - |
| XYZ | 52.58 | 30.45 | 59.61 | - |
| YUV | 146.02 | 160.16 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 83 | 203 | 0 | 0.67 | 0.18 | 0.03 | 316.36 | 0.92 | 0.65 |
| Hex | F8 | 53 | CB | 0 | 43 | 12 | 3 | 13C | 5C | 41 |
| Octal | 370 | 123 | 313 | 0 | 103 | 22 | 3 | 474 | 134 | 101 |
| Binary | 11111000 | 1010011 | 11001011 | 0 | 1000011 | 10010 | 11 | 100111100 | 1011100 | 1000001 |
Color Harmonies of #F853CB
Complementary color
Monochromatic Colors of #F853CB
Black with #F853CB
Text Example
Text Example
White with #F853CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F853CB; }
p { color: rgb(248,83,203); }
H1.HeaderClassName
{
color: #F853CB;
}
.AnyTagClassName
{
color: #F853CB;
}
</style>
background-color css
<style>
a { background-color: #F853CB; }
a { background-color: rgb(248,83,203); }
div.DivClassName
{
background-color: #F853CB;
}
.BgClassName
{
background-color: #F853CB;
}
</style>
border-color css
<style>
span { border-color: #F853CB; }
span { border-color: rgb(248,83,203); }
td.TdClassName
{
border-color: #F853CB;
}
.TagClassName
{
border-color: #F853CB;
}
</style>