Shades of Neon Pink #F067CB
Tints of Neon Pink #F067CB
RGB
CMYK
RGB Variations
Color information
#F067CB (or 0xF067CB) is known color: Neon Pink. HEX triplet: F0, 67 and CB. RGB value is (240,103,203). Sum of RGB (Red+Green+Blue) = 240+103+203=546 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.96% from 546); Green value is 103 (40.62% from 255 or 18.86% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 240 - color contains mainly: red. Hex color #F067CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F067CB is #0F9834. Grayscale: #9B9B9B. Windows color (decimal): -1022005 or 13330416. OLE color: 13330416.
HSL color Cylindrical-coordinate representation of color #F067CB: hue angle of 316.2º 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 #F067CB is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 103 | 203 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.06 |
| HSL | 316.2º | 0.82% | 0.67% | - |
| HSV(B) | 316.2º | 0.57% | 0.94% | - |
| XYZ | 51.56 | 32.54 | 60.06 | - |
| YUV | 155.36 | 154.89 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 103 | 203 | 0 | 0.57 | 0.15 | 0.06 | 316.2 | 0.82 | 0.67 |
| Hex | F0 | 67 | CB | 0 | 39 | F | 6 | 13C | 52 | 43 |
| Octal | 360 | 147 | 313 | 0 | 71 | 17 | 6 | 474 | 122 | 103 |
| Binary | 11110000 | 1100111 | 11001011 | 0 | 111001 | 1111 | 110 | 100111100 | 1010010 | 1000011 |
Color Harmonies of #F067CB
Complementary color
Monochromatic Colors of #F067CB
Black with #F067CB
Text Example
Text Example
White with #F067CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F067CB; }
p { color: rgb(240,103,203); }
H1.HeaderClassName
{
color: #F067CB;
}
.AnyTagClassName
{
color: #F067CB;
}
</style>
background-color css
<style>
a { background-color: #F067CB; }
a { background-color: rgb(240,103,203); }
div.DivClassName
{
background-color: #F067CB;
}
.BgClassName
{
background-color: #F067CB;
}
</style>
border-color css
<style>
span { border-color: #F067CB; }
span { border-color: rgb(240,103,203); }
td.TdClassName
{
border-color: #F067CB;
}
.TagClassName
{
border-color: #F067CB;
}
</style>