Shades of Neon Pink #F258C2
Tints of Neon Pink #F258C2
RGB
CMYK
RGB Variations
Color information
#F258C2 (or 0xF258C2) is known color: Neon Pink. HEX triplet: F2, 58 and C2. RGB value is (242,88,194). Sum of RGB (Red+Green+Blue) = 242+88+194=524 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.18% from 524); Green value is 88 (34.77% from 255 or 16.79% from 524); Blue value is 194 (76.17% from 255 or 37.02% from 524); Max value from RGB is 242 - color contains mainly: red. Hex color #F258C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F258C2 is #0DA73D. Grayscale: #919191. Windows color (decimal): -894782 or 12736754. OLE color: 12736754.
HSL color Cylindrical-coordinate representation of color #F258C2: hue angle of 318.7º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F258C2 is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 88 | 194 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.05 |
| HSL | 318.7º | 0.86% | 0.65% | - |
| HSV(B) | 318.7º | 0.64% | 0.95% | - |
| XYZ | 49.85 | 29.75 | 54.15 | - |
| YUV | 146.13 | 155.02 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 88 | 194 | 0 | 0.64 | 0.20 | 0.05 | 318.7 | 0.86 | 0.65 |
| Hex | F2 | 58 | C2 | 0 | 40 | 14 | 5 | 13F | 56 | 41 |
| Octal | 362 | 130 | 302 | 0 | 100 | 24 | 5 | 477 | 126 | 101 |
| Binary | 11110010 | 1011000 | 11000010 | 0 | 1000000 | 10100 | 101 | 100111111 | 1010110 | 1000001 |
Color Harmonies of #F258C2
Complementary color
Monochromatic Colors of #F258C2
Black with #F258C2
Text Example
Text Example
White with #F258C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F258C2; }
p { color: rgb(242,88,194); }
H1.HeaderClassName
{
color: #F258C2;
}
.AnyTagClassName
{
color: #F258C2;
}
</style>
background-color css
<style>
a { background-color: #F258C2; }
a { background-color: rgb(242,88,194); }
div.DivClassName
{
background-color: #F258C2;
}
.BgClassName
{
background-color: #F258C2;
}
</style>
border-color css
<style>
span { border-color: #F258C2; }
span { border-color: rgb(242,88,194); }
td.TdClassName
{
border-color: #F258C2;
}
.TagClassName
{
border-color: #F258C2;
}
</style>