Shades of Neon Pink #F65CCE
Tints of Neon Pink #F65CCE
RGB
CMYK
RGB Variations
Color information
#F65CCE (or 0xF65CCE) is known color: Neon Pink. HEX triplet: F6, 5C and CE. RGB value is (246,92,206). Sum of RGB (Red+Green+Blue) = 246+92+206=544 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.22% from 544); Green value is 92 (36.33% from 255 or 16.91% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 246 - color contains mainly: red. Hex color #F65CCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65CCE is #09A331. Grayscale: #969696. Windows color (decimal): -631602 or 13524214. OLE color: 13524214.
HSL color Cylindrical-coordinate representation of color #F65CCE: hue angle of 315.58º 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 #F65CCE is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 92 | 206 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.04 |
| HSL | 315.58º | 0.9% | 0.66% | - |
| HSV(B) | 315.58º | 0.63% | 0.96% | - |
| XYZ | 52.97 | 31.7 | 61.72 | - |
| YUV | 151.04 | 159.02 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 92 | 206 | 0 | 0.63 | 0.16 | 0.04 | 315.58 | 0.9 | 0.66 |
| Hex | F6 | 5C | CE | 0 | 3F | 10 | 4 | 13C | 5A | 42 |
| Octal | 366 | 134 | 316 | 0 | 77 | 20 | 4 | 474 | 132 | 102 |
| Binary | 11110110 | 1011100 | 11001110 | 0 | 111111 | 10000 | 100 | 100111100 | 1011010 | 1000010 |
Color Harmonies of #F65CCE
Complementary color
Monochromatic Colors of #F65CCE
Black with #F65CCE
Text Example
Text Example
White with #F65CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65CCE; }
p { color: rgb(246,92,206); }
H1.HeaderClassName
{
color: #F65CCE;
}
.AnyTagClassName
{
color: #F65CCE;
}
</style>
background-color css
<style>
a { background-color: #F65CCE; }
a { background-color: rgb(246,92,206); }
div.DivClassName
{
background-color: #F65CCE;
}
.BgClassName
{
background-color: #F65CCE;
}
</style>
border-color css
<style>
span { border-color: #F65CCE; }
span { border-color: rgb(246,92,206); }
td.TdClassName
{
border-color: #F65CCE;
}
.TagClassName
{
border-color: #F65CCE;
}
</style>