Shades of Neon Pink #F057C3
Tints of Neon Pink #F057C3
RGB
CMYK
RGB Variations
Color information
#F057C3 (or 0xF057C3) is known color: Neon Pink. HEX triplet: F0, 57 and C3. RGB value is (240,87,195). Sum of RGB (Red+Green+Blue) = 240+87+195=522 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.98% from 522); Green value is 87 (34.38% from 255 or 16.67% from 522); Blue value is 195 (76.56% from 255 or 37.36% from 522); Max value from RGB is 240 - color contains mainly: red. Hex color #F057C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F057C3 is #0FA83C. Grayscale: #909090. Windows color (decimal): -1026109 or 12802032. OLE color: 12802032.
HSL color Cylindrical-coordinate representation of color #F057C3: hue angle of 317.65º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F057C3 is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 87 | 195 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.06 |
| HSL | 317.65º | 0.84% | 0.64% | - |
| HSV(B) | 317.65º | 0.64% | 0.94% | - |
| XYZ | 49.19 | 29.28 | 54.69 | - |
| YUV | 145.06 | 156.19 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 87 | 195 | 0 | 0.64 | 0.19 | 0.06 | 317.65 | 0.84 | 0.64 |
| Hex | F0 | 57 | C3 | 0 | 40 | 13 | 6 | 13E | 54 | 40 |
| Octal | 360 | 127 | 303 | 0 | 100 | 23 | 6 | 476 | 124 | 100 |
| Binary | 11110000 | 1010111 | 11000011 | 0 | 1000000 | 10011 | 110 | 100111110 | 1010100 | 1000000 |
Color Harmonies of #F057C3
Complementary color
Monochromatic Colors of #F057C3
Black with #F057C3
Text Example
Text Example
White with #F057C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F057C3; }
p { color: rgb(240,87,195); }
H1.HeaderClassName
{
color: #F057C3;
}
.AnyTagClassName
{
color: #F057C3;
}
</style>
background-color css
<style>
a { background-color: #F057C3; }
a { background-color: rgb(240,87,195); }
div.DivClassName
{
background-color: #F057C3;
}
.BgClassName
{
background-color: #F057C3;
}
</style>
border-color css
<style>
span { border-color: #F057C3; }
span { border-color: rgb(240,87,195); }
td.TdClassName
{
border-color: #F057C3;
}
.TagClassName
{
border-color: #F057C3;
}
</style>