Shades of Neon Pink #F06BCD
Tints of Neon Pink #F06BCD
RGB
CMYK
RGB Variations
Color information
#F06BCD (or 0xF06BCD) is known color: Neon Pink. HEX triplet: F0, 6B and CD. RGB value is (240,107,205). Sum of RGB (Red+Green+Blue) = 240+107+205=552 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.48% from 552); Green value is 107 (42.19% from 255 or 19.38% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 240 - color contains mainly: red. Hex color #F06BCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06BCD is #0F9432. Grayscale: #9D9D9D. Windows color (decimal): -1020979 or 13462512. OLE color: 13462512.
HSL color Cylindrical-coordinate representation of color #F06BCD: hue angle of 315.79º 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 #F06BCD is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 107 | 205 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.06 |
| HSL | 315.79º | 0.82% | 0.68% | - |
| HSV(B) | 315.79º | 0.55% | 0.94% | - |
| XYZ | 52.21 | 33.45 | 61.46 | - |
| YUV | 157.94 | 154.56 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 107 | 205 | 0 | 0.55 | 0.15 | 0.06 | 315.79 | 0.82 | 0.68 |
| Hex | F0 | 6B | CD | 0 | 37 | F | 6 | 13C | 52 | 44 |
| Octal | 360 | 153 | 315 | 0 | 67 | 17 | 6 | 474 | 122 | 104 |
| Binary | 11110000 | 1101011 | 11001101 | 0 | 110111 | 1111 | 110 | 100111100 | 1010010 | 1000100 |
Color Harmonies of #F06BCD
Complementary color
Monochromatic Colors of #F06BCD
Black with #F06BCD
Text Example
Text Example
White with #F06BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06BCD; }
p { color: rgb(240,107,205); }
H1.HeaderClassName
{
color: #F06BCD;
}
.AnyTagClassName
{
color: #F06BCD;
}
</style>
background-color css
<style>
a { background-color: #F06BCD; }
a { background-color: rgb(240,107,205); }
div.DivClassName
{
background-color: #F06BCD;
}
.BgClassName
{
background-color: #F06BCD;
}
</style>
border-color css
<style>
span { border-color: #F06BCD; }
span { border-color: rgb(240,107,205); }
td.TdClassName
{
border-color: #F06BCD;
}
.TagClassName
{
border-color: #F06BCD;
}
</style>