Shades of Neon Pink #F068BC
Tints of Neon Pink #F068BC
RGB
CMYK
RGB Variations
Color information
#F068BC (or 0xF068BC) is known color: Neon Pink. HEX triplet: F0, 68 and BC. RGB value is (240,104,188). Sum of RGB (Red+Green+Blue) = 240+104+188=532 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.11% from 532); Green value is 104 (41.02% from 255 or 19.55% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 240 - color contains mainly: red. Hex color #F068BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F068BC is #0F9743. Grayscale: #9A9A9A. Windows color (decimal): -1021764 or 12347632. OLE color: 12347632.
HSL color Cylindrical-coordinate representation of color #F068BC: hue angle of 322.94º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F068BC is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 104 | 188 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.06 |
| HSL | 322.94º | 0.82% | 0.67% | - |
| HSV(B) | 322.94º | 0.57% | 0.94% | - |
| XYZ | 49.96 | 32.06 | 51.13 | - |
| YUV | 154.24 | 147.06 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 104 | 188 | 0 | 0.57 | 0.22 | 0.06 | 322.94 | 0.82 | 0.67 |
| Hex | F0 | 68 | BC | 0 | 39 | 16 | 6 | 143 | 52 | 43 |
| Octal | 360 | 150 | 274 | 0 | 71 | 26 | 6 | 503 | 122 | 103 |
| Binary | 11110000 | 1101000 | 10111100 | 0 | 111001 | 10110 | 110 | 101000011 | 1010010 | 1000011 |
Color Harmonies of #F068BC
Complementary color
Monochromatic Colors of #F068BC
Black with #F068BC
Text Example
Text Example
White with #F068BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F068BC; }
p { color: rgb(240,104,188); }
H1.HeaderClassName
{
color: #F068BC;
}
.AnyTagClassName
{
color: #F068BC;
}
</style>
background-color css
<style>
a { background-color: #F068BC; }
a { background-color: rgb(240,104,188); }
div.DivClassName
{
background-color: #F068BC;
}
.BgClassName
{
background-color: #F068BC;
}
</style>
border-color css
<style>
span { border-color: #F068BC; }
span { border-color: rgb(240,104,188); }
td.TdClassName
{
border-color: #F068BC;
}
.TagClassName
{
border-color: #F068BC;
}
</style>