Shades of Neon Pink #F66CCB
Tints of Neon Pink #F66CCB
RGB
CMYK
RGB Variations
Color information
#F66CCB (or 0xF66CCB) is known color: Neon Pink. HEX triplet: F6, 6C and CB. RGB value is (246,108,203). Sum of RGB (Red+Green+Blue) = 246+108+203=557 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.17% from 557); Green value is 108 (42.58% from 255 or 19.39% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 246 - color contains mainly: red. Hex color #F66CCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F66CCB is #099334. Grayscale: #9F9F9F. Windows color (decimal): -627509 or 13331702. OLE color: 13331702.
HSL color Cylindrical-coordinate representation of color #F66CCB: hue angle of 318.7º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F66CCB is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 108 | 203 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.04 |
| HSL | 318.7º | 0.88% | 0.69% | - |
| HSV(B) | 318.7º | 0.56% | 0.96% | - |
| XYZ | 54.15 | 34.63 | 60.33 | - |
| YUV | 160.09 | 152.22 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 108 | 203 | 0 | 0.56 | 0.17 | 0.04 | 318.7 | 0.88 | 0.69 |
| Hex | F6 | 6C | CB | 0 | 38 | 11 | 4 | 13F | 58 | 45 |
| Octal | 366 | 154 | 313 | 0 | 70 | 21 | 4 | 477 | 130 | 105 |
| Binary | 11110110 | 1101100 | 11001011 | 0 | 111000 | 10001 | 100 | 100111111 | 1011000 | 1000101 |
Color Harmonies of #F66CCB
Complementary color
Monochromatic Colors of #F66CCB
Black with #F66CCB
Text Example
Text Example
White with #F66CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66CCB; }
p { color: rgb(246,108,203); }
H1.HeaderClassName
{
color: #F66CCB;
}
.AnyTagClassName
{
color: #F66CCB;
}
</style>
background-color css
<style>
a { background-color: #F66CCB; }
a { background-color: rgb(246,108,203); }
div.DivClassName
{
background-color: #F66CCB;
}
.BgClassName
{
background-color: #F66CCB;
}
</style>
border-color css
<style>
span { border-color: #F66CCB; }
span { border-color: rgb(246,108,203); }
td.TdClassName
{
border-color: #F66CCB;
}
.TagClassName
{
border-color: #F66CCB;
}
</style>