Shades of Neon Pink #F067BC
Tints of Neon Pink #F067BC
RGB
CMYK
RGB Variations
Color information
#F067BC (or 0xF067BC) is known color: Neon Pink. HEX triplet: F0, 67 and BC. RGB value is (240,103,188). Sum of RGB (Red+Green+Blue) = 240+103+188=531 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.20% from 531); Green value is 103 (40.62% from 255 or 19.40% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 240 - color contains mainly: red. Hex color #F067BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F067BC is #0F9843. Grayscale: #999999. Windows color (decimal): -1022020 or 12347376. OLE color: 12347376.
HSL color Cylindrical-coordinate representation of color #F067BC: hue angle of 322.77º 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 #F067BC is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 103 | 188 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.06 |
| HSL | 322.77º | 0.82% | 0.67% | - |
| HSV(B) | 322.77º | 0.57% | 0.94% | - |
| XYZ | 49.86 | 31.86 | 51.1 | - |
| YUV | 153.65 | 147.39 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 103 | 188 | 0 | 0.57 | 0.22 | 0.06 | 322.77 | 0.82 | 0.67 |
| Hex | F0 | 67 | BC | 0 | 39 | 16 | 6 | 143 | 52 | 43 |
| Octal | 360 | 147 | 274 | 0 | 71 | 26 | 6 | 503 | 122 | 103 |
| Binary | 11110000 | 1100111 | 10111100 | 0 | 111001 | 10110 | 110 | 101000011 | 1010010 | 1000011 |
Color Harmonies of #F067BC
Complementary color
Monochromatic Colors of #F067BC
Black with #F067BC
Text Example
Text Example
White with #F067BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F067BC; }
p { color: rgb(240,103,188); }
H1.HeaderClassName
{
color: #F067BC;
}
.AnyTagClassName
{
color: #F067BC;
}
</style>
background-color css
<style>
a { background-color: #F067BC; }
a { background-color: rgb(240,103,188); }
div.DivClassName
{
background-color: #F067BC;
}
.BgClassName
{
background-color: #F067BC;
}
</style>
border-color css
<style>
span { border-color: #F067BC; }
span { border-color: rgb(240,103,188); }
td.TdClassName
{
border-color: #F067BC;
}
.TagClassName
{
border-color: #F067BC;
}
</style>