Shades of Neon Pink #F854C2
Tints of Neon Pink #F854C2
RGB
CMYK
RGB Variations
Color information
#F854C2 (or 0xF854C2) is known color: Neon Pink. HEX triplet: F8, 54 and C2. RGB value is (248,84,194). Sum of RGB (Red+Green+Blue) = 248+84+194=526 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.15% from 526); Green value is 84 (33.20% from 255 or 15.97% from 526); Blue value is 194 (76.17% from 255 or 36.88% from 526); Max value from RGB is 248 - color contains mainly: red. Hex color #F854C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F854C2 is #07AB3D. Grayscale: #919191. Windows color (decimal): -502590 or 12735736. OLE color: 12735736.
HSL color Cylindrical-coordinate representation of color #F854C2: hue angle of 319.76º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F854C2 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 84 | 194 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.03 |
| HSL | 319.76º | 0.92% | 0.65% | - |
| HSV(B) | 319.76º | 0.66% | 0.97% | - |
| XYZ | 51.62 | 30.19 | 54.15 | - |
| YUV | 145.58 | 155.33 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 84 | 194 | 0 | 0.66 | 0.22 | 0.03 | 319.76 | 0.92 | 0.65 |
| Hex | F8 | 54 | C2 | 0 | 42 | 16 | 3 | 140 | 5C | 41 |
| Octal | 370 | 124 | 302 | 0 | 102 | 26 | 3 | 500 | 134 | 101 |
| Binary | 11111000 | 1010100 | 11000010 | 0 | 1000010 | 10110 | 11 | 101000000 | 1011100 | 1000001 |
Color Harmonies of #F854C2
Complementary color
Monochromatic Colors of #F854C2
Black with #F854C2
Text Example
Text Example
White with #F854C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F854C2; }
p { color: rgb(248,84,194); }
H1.HeaderClassName
{
color: #F854C2;
}
.AnyTagClassName
{
color: #F854C2;
}
</style>
background-color css
<style>
a { background-color: #F854C2; }
a { background-color: rgb(248,84,194); }
div.DivClassName
{
background-color: #F854C2;
}
.BgClassName
{
background-color: #F854C2;
}
</style>
border-color css
<style>
span { border-color: #F854C2; }
span { border-color: rgb(248,84,194); }
td.TdClassName
{
border-color: #F854C2;
}
.TagClassName
{
border-color: #F854C2;
}
</style>