Shades of Neon Pink #F65CCC
Tints of Neon Pink #F65CCC
RGB
CMYK
RGB Variations
Color information
#F65CCC (or 0xF65CCC) is known color: Neon Pink. HEX triplet: F6, 5C and CC. RGB value is (246,92,204). Sum of RGB (Red+Green+Blue) = 246+92+204=542 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.39% from 542); Green value is 92 (36.33% from 255 or 16.97% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 246 - color contains mainly: red. Hex color #F65CCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65CCC is #09A333. Grayscale: #969696. Windows color (decimal): -631604 or 13393142. OLE color: 13393142.
HSL color Cylindrical-coordinate representation of color #F65CCC: hue angle of 316.36º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F65CCC is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 92 | 204 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.04 |
| HSL | 316.36º | 0.9% | 0.66% | - |
| HSV(B) | 316.36º | 0.63% | 0.96% | - |
| XYZ | 52.73 | 31.61 | 60.45 | - |
| YUV | 150.81 | 158.02 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 92 | 204 | 0 | 0.63 | 0.17 | 0.04 | 316.36 | 0.9 | 0.66 |
| Hex | F6 | 5C | CC | 0 | 3F | 11 | 4 | 13C | 5A | 42 |
| Octal | 366 | 134 | 314 | 0 | 77 | 21 | 4 | 474 | 132 | 102 |
| Binary | 11110110 | 1011100 | 11001100 | 0 | 111111 | 10001 | 100 | 100111100 | 1011010 | 1000010 |
Color Harmonies of #F65CCC
Complementary color
Monochromatic Colors of #F65CCC
Black with #F65CCC
Text Example
Text Example
White with #F65CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65CCC; }
p { color: rgb(246,92,204); }
H1.HeaderClassName
{
color: #F65CCC;
}
.AnyTagClassName
{
color: #F65CCC;
}
</style>
background-color css
<style>
a { background-color: #F65CCC; }
a { background-color: rgb(246,92,204); }
div.DivClassName
{
background-color: #F65CCC;
}
.BgClassName
{
background-color: #F65CCC;
}
</style>
border-color css
<style>
span { border-color: #F65CCC; }
span { border-color: rgb(246,92,204); }
td.TdClassName
{
border-color: #F65CCC;
}
.TagClassName
{
border-color: #F65CCC;
}
</style>