Shades of Neon Pink #F060C3
Tints of Neon Pink #F060C3
RGB
CMYK
RGB Variations
Color information
#F060C3 (or 0xF060C3) is known color: Neon Pink. HEX triplet: F0, 60 and C3. RGB value is (240,96,195). Sum of RGB (Red+Green+Blue) = 240+96+195=531 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.20% from 531); Green value is 96 (37.89% from 255 or 18.08% from 531); Blue value is 195 (76.56% from 255 or 36.72% from 531); Max value from RGB is 240 - color contains mainly: red. Hex color #F060C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F060C3 is #0F9F3C. Grayscale: #969696. Windows color (decimal): -1023805 or 12804336. OLE color: 12804336.
HSL color Cylindrical-coordinate representation of color #F060C3: hue angle of 318.75º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F060C3 is Cyan = 0, Magento = 0.6, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 96 | 195 | - |
| CMYK | 0 | 0.6 | 0.19 | 0.06 |
| HSL | 318.75º | 0.83% | 0.66% | - |
| HSV(B) | 318.75º | 0.6% | 0.94% | - |
| XYZ | 49.97 | 30.83 | 54.95 | - |
| YUV | 150.34 | 153.21 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 96 | 195 | 0 | 0.6 | 0.19 | 0.06 | 318.75 | 0.83 | 0.66 |
| Hex | F0 | 60 | C3 | 0 | 3C | 13 | 6 | 13F | 53 | 42 |
| Octal | 360 | 140 | 303 | 0 | 74 | 23 | 6 | 477 | 123 | 102 |
| Binary | 11110000 | 1100000 | 11000011 | 0 | 111100 | 10011 | 110 | 100111111 | 1010011 | 1000010 |
Color Harmonies of #F060C3
Complementary color
Monochromatic Colors of #F060C3
Black with #F060C3
Text Example
Text Example
White with #F060C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F060C3; }
p { color: rgb(240,96,195); }
H1.HeaderClassName
{
color: #F060C3;
}
.AnyTagClassName
{
color: #F060C3;
}
</style>
background-color css
<style>
a { background-color: #F060C3; }
a { background-color: rgb(240,96,195); }
div.DivClassName
{
background-color: #F060C3;
}
.BgClassName
{
background-color: #F060C3;
}
</style>
border-color css
<style>
span { border-color: #F060C3; }
span { border-color: rgb(240,96,195); }
td.TdClassName
{
border-color: #F060C3;
}
.TagClassName
{
border-color: #F060C3;
}
</style>