Shades of Neon Pink #F65ACE
Tints of Neon Pink #F65ACE
RGB
CMYK
RGB Variations
Color information
#F65ACE (or 0xF65ACE) is known color: Neon Pink. HEX triplet: F6, 5A and CE. RGB value is (246,90,206). Sum of RGB (Red+Green+Blue) = 246+90+206=542 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.39% from 542); Green value is 90 (35.55% from 255 or 16.61% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 246 - color contains mainly: red. Hex color #F65ACE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65ACE is #09A531. Grayscale: #959595. Windows color (decimal): -632114 or 13523702. OLE color: 13523702.
HSL color Cylindrical-coordinate representation of color #F65ACE: hue angle of 315.38º 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 #F65ACE is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 90 | 206 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.04 |
| HSL | 315.38º | 0.9% | 0.66% | - |
| HSV(B) | 315.38º | 0.63% | 0.96% | - |
| XYZ | 52.8 | 31.36 | 61.66 | - |
| YUV | 149.87 | 159.68 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 90 | 206 | 0 | 0.63 | 0.16 | 0.04 | 315.38 | 0.9 | 0.66 |
| Hex | F6 | 5A | CE | 0 | 3F | 10 | 4 | 13B | 5A | 42 |
| Octal | 366 | 132 | 316 | 0 | 77 | 20 | 4 | 473 | 132 | 102 |
| Binary | 11110110 | 1011010 | 11001110 | 0 | 111111 | 10000 | 100 | 100111011 | 1011010 | 1000010 |
Color Harmonies of #F65ACE
Complementary color
Monochromatic Colors of #F65ACE
Black with #F65ACE
Text Example
Text Example
White with #F65ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65ACE; }
p { color: rgb(246,90,206); }
H1.HeaderClassName
{
color: #F65ACE;
}
.AnyTagClassName
{
color: #F65ACE;
}
</style>
background-color css
<style>
a { background-color: #F65ACE; }
a { background-color: rgb(246,90,206); }
div.DivClassName
{
background-color: #F65ACE;
}
.BgClassName
{
background-color: #F65ACE;
}
</style>
border-color css
<style>
span { border-color: #F65ACE; }
span { border-color: rgb(246,90,206); }
td.TdClassName
{
border-color: #F65ACE;
}
.TagClassName
{
border-color: #F65ACE;
}
</style>