Shades of Neon Pink #F060BD
Tints of Neon Pink #F060BD
RGB
CMYK
RGB Variations
Color information
#F060BD (or 0xF060BD) is known color: Neon Pink. HEX triplet: F0, 60 and BD. RGB value is (240,96,189). Sum of RGB (Red+Green+Blue) = 240+96+189=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 96 (37.89% from 255 or 18.29% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 240 - color contains mainly: red. Hex color #F060BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F060BD is #0F9F42. Grayscale: #959595. Windows color (decimal): -1023811 or 12411120. OLE color: 12411120.
HSL color Cylindrical-coordinate representation of color #F060BD: hue angle of 321.25º 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 #F060BD is Cyan = 0, Magento = 0.6, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 96 | 189 | - |
| CMYK | 0 | 0.6 | 0.21 | 0.06 |
| HSL | 321.25º | 0.83% | 0.66% | - |
| HSV(B) | 321.25º | 0.6% | 0.94% | - |
| XYZ | 49.3 | 30.57 | 51.45 | - |
| YUV | 149.66 | 150.21 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 96 | 189 | 0 | 0.6 | 0.21 | 0.06 | 321.25 | 0.83 | 0.66 |
| Hex | F0 | 60 | BD | 0 | 3C | 15 | 6 | 141 | 53 | 42 |
| Octal | 360 | 140 | 275 | 0 | 74 | 25 | 6 | 501 | 123 | 102 |
| Binary | 11110000 | 1100000 | 10111101 | 0 | 111100 | 10101 | 110 | 101000001 | 1010011 | 1000010 |
Color Harmonies of #F060BD
Complementary color
Monochromatic Colors of #F060BD
Black with #F060BD
Text Example
Text Example
White with #F060BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F060BD; }
p { color: rgb(240,96,189); }
H1.HeaderClassName
{
color: #F060BD;
}
.AnyTagClassName
{
color: #F060BD;
}
</style>
background-color css
<style>
a { background-color: #F060BD; }
a { background-color: rgb(240,96,189); }
div.DivClassName
{
background-color: #F060BD;
}
.BgClassName
{
background-color: #F060BD;
}
</style>
border-color css
<style>
span { border-color: #F060BD; }
span { border-color: rgb(240,96,189); }
td.TdClassName
{
border-color: #F060BD;
}
.TagClassName
{
border-color: #F060BD;
}
</style>