Shades of Neon Pink #F65ACD
Tints of Neon Pink #F65ACD
RGB
CMYK
RGB Variations
Color information
#F65ACD (or 0xF65ACD) is known color: Neon Pink. HEX triplet: F6, 5A and CD. RGB value is (246,90,205). Sum of RGB (Red+Green+Blue) = 246+90+205=541 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.47% from 541); Green value is 90 (35.55% from 255 or 16.64% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 246 - color contains mainly: red. Hex color #F65ACD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65ACD is #09A532. Grayscale: #959595. Windows color (decimal): -632115 or 13458166. OLE color: 13458166.
HSL color Cylindrical-coordinate representation of color #F65ACD: hue angle of 315.77º 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 #F65ACD is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 90 | 205 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.04 |
| HSL | 315.77º | 0.9% | 0.66% | - |
| HSV(B) | 315.77º | 0.63% | 0.96% | - |
| XYZ | 52.68 | 31.31 | 61.02 | - |
| YUV | 149.75 | 159.18 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 90 | 205 | 0 | 0.63 | 0.17 | 0.04 | 315.77 | 0.9 | 0.66 |
| Hex | F6 | 5A | CD | 0 | 3F | 11 | 4 | 13C | 5A | 42 |
| Octal | 366 | 132 | 315 | 0 | 77 | 21 | 4 | 474 | 132 | 102 |
| Binary | 11110110 | 1011010 | 11001101 | 0 | 111111 | 10001 | 100 | 100111100 | 1011010 | 1000010 |
Color Harmonies of #F65ACD
Complementary color
Monochromatic Colors of #F65ACD
Black with #F65ACD
Text Example
Text Example
White with #F65ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65ACD; }
p { color: rgb(246,90,205); }
H1.HeaderClassName
{
color: #F65ACD;
}
.AnyTagClassName
{
color: #F65ACD;
}
</style>
background-color css
<style>
a { background-color: #F65ACD; }
a { background-color: rgb(246,90,205); }
div.DivClassName
{
background-color: #F65ACD;
}
.BgClassName
{
background-color: #F65ACD;
}
</style>
border-color css
<style>
span { border-color: #F65ACD; }
span { border-color: rgb(246,90,205); }
td.TdClassName
{
border-color: #F65ACD;
}
.TagClassName
{
border-color: #F65ACD;
}
</style>