Shades of Neon Pink #F858C5
Tints of Neon Pink #F858C5
RGB
CMYK
RGB Variations
Color information
#F858C5 (or 0xF858C5) is known color: Neon Pink. HEX triplet: F8, 58 and C5. RGB value is (248,88,197). Sum of RGB (Red+Green+Blue) = 248+88+197=533 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.53% from 533); Green value is 88 (34.77% from 255 or 16.51% from 533); Blue value is 197 (77.34% from 255 or 36.96% from 533); Max value from RGB is 248 - color contains mainly: red. Hex color #F858C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F858C5 is #07A73A. Grayscale: #939393. Windows color (decimal): -501563 or 12933368. OLE color: 12933368.
HSL color Cylindrical-coordinate representation of color #F858C5: hue angle of 319.12º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F858C5 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 88 | 197 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.03 |
| HSL | 319.13º | 0.92% | 0.66% | - |
| HSV(B) | 319.13º | 0.65% | 0.97% | - |
| XYZ | 52.28 | 30.97 | 56.05 | - |
| YUV | 148.27 | 155.51 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 88 | 197 | 0 | 0.65 | 0.21 | 0.03 | 319.13 | 0.92 | 0.66 |
| Hex | F8 | 58 | C5 | 0 | 41 | 15 | 3 | 13F | 5C | 42 |
| Octal | 370 | 130 | 305 | 0 | 101 | 25 | 3 | 477 | 134 | 102 |
| Binary | 11111000 | 1011000 | 11000101 | 0 | 1000001 | 10101 | 11 | 100111111 | 1011100 | 1000010 |
Color Harmonies of #F858C5
Complementary color
Monochromatic Colors of #F858C5
Black with #F858C5
Text Example
Text Example
White with #F858C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F858C5; }
p { color: rgb(248,88,197); }
H1.HeaderClassName
{
color: #F858C5;
}
.AnyTagClassName
{
color: #F858C5;
}
</style>
background-color css
<style>
a { background-color: #F858C5; }
a { background-color: rgb(248,88,197); }
div.DivClassName
{
background-color: #F858C5;
}
.BgClassName
{
background-color: #F858C5;
}
</style>
border-color css
<style>
span { border-color: #F858C5; }
span { border-color: rgb(248,88,197); }
td.TdClassName
{
border-color: #F858C5;
}
.TagClassName
{
border-color: #F858C5;
}
</style>