Shades of Neon Pink #F06BCE
Tints of Neon Pink #F06BCE
RGB
CMYK
RGB Variations
Color information
#F06BCE (or 0xF06BCE) is known color: Neon Pink. HEX triplet: F0, 6B and CE. RGB value is (240,107,206). Sum of RGB (Red+Green+Blue) = 240+107+206=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 107 (42.19% from 255 or 19.35% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 240 - color contains mainly: red. Hex color #F06BCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06BCE is #0F9431. Grayscale: #9D9D9D. Windows color (decimal): -1020978 or 13528048. OLE color: 13528048.
HSL color Cylindrical-coordinate representation of color #F06BCE: hue angle of 315.34º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F06BCE is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 107 | 206 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.06 |
| HSL | 315.34º | 0.82% | 0.68% | - |
| HSV(B) | 315.34º | 0.55% | 0.94% | - |
| XYZ | 52.33 | 33.5 | 62.1 | - |
| YUV | 158.05 | 155.06 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 107 | 206 | 0 | 0.55 | 0.14 | 0.06 | 315.34 | 0.82 | 0.68 |
| Hex | F0 | 6B | CE | 0 | 37 | E | 6 | 13B | 52 | 44 |
| Octal | 360 | 153 | 316 | 0 | 67 | 16 | 6 | 473 | 122 | 104 |
| Binary | 11110000 | 1101011 | 11001110 | 0 | 110111 | 1110 | 110 | 100111011 | 1010010 | 1000100 |
Color Harmonies of #F06BCE
Complementary color
Monochromatic Colors of #F06BCE
Black with #F06BCE
Text Example
Text Example
White with #F06BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06BCE; }
p { color: rgb(240,107,206); }
H1.HeaderClassName
{
color: #F06BCE;
}
.AnyTagClassName
{
color: #F06BCE;
}
</style>
background-color css
<style>
a { background-color: #F06BCE; }
a { background-color: rgb(240,107,206); }
div.DivClassName
{
background-color: #F06BCE;
}
.BgClassName
{
background-color: #F06BCE;
}
</style>
border-color css
<style>
span { border-color: #F06BCE; }
span { border-color: rgb(240,107,206); }
td.TdClassName
{
border-color: #F06BCE;
}
.TagClassName
{
border-color: #F06BCE;
}
</style>