Shades of Neon Pink #F058C3
Tints of Neon Pink #F058C3
RGB
CMYK
RGB Variations
Color information
#F058C3 (or 0xF058C3) is known color: Neon Pink. HEX triplet: F0, 58 and C3. RGB value is (240,88,195). Sum of RGB (Red+Green+Blue) = 240+88+195=523 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.89% from 523); Green value is 88 (34.77% from 255 or 16.83% from 523); Blue value is 195 (76.56% from 255 or 37.28% from 523); Max value from RGB is 240 - color contains mainly: red. Hex color #F058C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F058C3 is #0FA73C. Grayscale: #919191. Windows color (decimal): -1025853 or 12802288. OLE color: 12802288.
HSL color Cylindrical-coordinate representation of color #F058C3: hue angle of 317.76º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F058C3 is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 88 | 195 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.06 |
| HSL | 317.76º | 0.84% | 0.64% | - |
| HSV(B) | 317.76º | 0.63% | 0.94% | - |
| XYZ | 49.28 | 29.44 | 54.72 | - |
| YUV | 145.65 | 155.86 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 88 | 195 | 0 | 0.63 | 0.19 | 0.06 | 317.76 | 0.84 | 0.64 |
| Hex | F0 | 58 | C3 | 0 | 3F | 13 | 6 | 13E | 54 | 40 |
| Octal | 360 | 130 | 303 | 0 | 77 | 23 | 6 | 476 | 124 | 100 |
| Binary | 11110000 | 1011000 | 11000011 | 0 | 111111 | 10011 | 110 | 100111110 | 1010100 | 1000000 |
Color Harmonies of #F058C3
Complementary color
Monochromatic Colors of #F058C3
Black with #F058C3
Text Example
Text Example
White with #F058C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F058C3; }
p { color: rgb(240,88,195); }
H1.HeaderClassName
{
color: #F058C3;
}
.AnyTagClassName
{
color: #F058C3;
}
</style>
background-color css
<style>
a { background-color: #F058C3; }
a { background-color: rgb(240,88,195); }
div.DivClassName
{
background-color: #F058C3;
}
.BgClassName
{
background-color: #F058C3;
}
</style>
border-color css
<style>
span { border-color: #F058C3; }
span { border-color: rgb(240,88,195); }
td.TdClassName
{
border-color: #F058C3;
}
.TagClassName
{
border-color: #F058C3;
}
</style>