Shades of Neon Pink #F061BD
Tints of Neon Pink #F061BD
RGB
CMYK
RGB Variations
Color information
#F061BD (or 0xF061BD) is known color: Neon Pink. HEX triplet: F0, 61 and BD. RGB value is (240,97,189). Sum of RGB (Red+Green+Blue) = 240+97+189=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 97 (38.28% from 255 or 18.44% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 240 - color contains mainly: red. Hex color #F061BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F061BD is #0F9E42. Grayscale: #969696. Windows color (decimal): -1023555 or 12411376. OLE color: 12411376.
HSL color Cylindrical-coordinate representation of color #F061BD: hue angle of 321.4º 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 #F061BD is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 97 | 189 | - |
| CMYK | 0 | 0.60 | 0.21 | 0.06 |
| HSL | 321.4º | 0.83% | 0.66% | - |
| HSV(B) | 321.4º | 0.6% | 0.94% | - |
| XYZ | 49.4 | 30.75 | 51.48 | - |
| YUV | 150.25 | 149.88 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 97 | 189 | 0 | 0.60 | 0.21 | 0.06 | 321.4 | 0.83 | 0.66 |
| Hex | F0 | 61 | BD | 0 | 3C | 15 | 6 | 141 | 53 | 42 |
| Octal | 360 | 141 | 275 | 0 | 74 | 25 | 6 | 501 | 123 | 102 |
| Binary | 11110000 | 1100001 | 10111101 | 0 | 111100 | 10101 | 110 | 101000001 | 1010011 | 1000010 |
Color Harmonies of #F061BD
Complementary color
Monochromatic Colors of #F061BD
Black with #F061BD
Text Example
Text Example
White with #F061BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F061BD; }
p { color: rgb(240,97,189); }
H1.HeaderClassName
{
color: #F061BD;
}
.AnyTagClassName
{
color: #F061BD;
}
</style>
background-color css
<style>
a { background-color: #F061BD; }
a { background-color: rgb(240,97,189); }
div.DivClassName
{
background-color: #F061BD;
}
.BgClassName
{
background-color: #F061BD;
}
</style>
border-color css
<style>
span { border-color: #F061BD; }
span { border-color: rgb(240,97,189); }
td.TdClassName
{
border-color: #F061BD;
}
.TagClassName
{
border-color: #F061BD;
}
</style>