Shades of Neon Pink #F65ACC
Tints of Neon Pink #F65ACC
RGB
CMYK
RGB Variations
Color information
#F65ACC (or 0xF65ACC) is known color: Neon Pink. HEX triplet: F6, 5A and CC. RGB value is (246,90,204). Sum of RGB (Red+Green+Blue) = 246+90+204=540 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.56% from 540); Green value is 90 (35.55% from 255 or 16.67% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 246 - color contains mainly: red. Hex color #F65ACC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65ACC is #09A533. Grayscale: #959595. Windows color (decimal): -632116 or 13392630. OLE color: 13392630.
HSL color Cylindrical-coordinate representation of color #F65ACC: hue angle of 316.15º 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 #F65ACC is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 90 | 204 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.04 |
| HSL | 316.15º | 0.9% | 0.66% | - |
| HSV(B) | 316.15º | 0.63% | 0.96% | - |
| XYZ | 52.56 | 31.26 | 60.39 | - |
| YUV | 149.64 | 158.68 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 90 | 204 | 0 | 0.63 | 0.17 | 0.04 | 316.15 | 0.9 | 0.66 |
| Hex | F6 | 5A | CC | 0 | 3F | 11 | 4 | 13C | 5A | 42 |
| Octal | 366 | 132 | 314 | 0 | 77 | 21 | 4 | 474 | 132 | 102 |
| Binary | 11110110 | 1011010 | 11001100 | 0 | 111111 | 10001 | 100 | 100111100 | 1011010 | 1000010 |
Color Harmonies of #F65ACC
Complementary color
Monochromatic Colors of #F65ACC
Black with #F65ACC
Text Example
Text Example
White with #F65ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65ACC; }
p { color: rgb(246,90,204); }
H1.HeaderClassName
{
color: #F65ACC;
}
.AnyTagClassName
{
color: #F65ACC;
}
</style>
background-color css
<style>
a { background-color: #F65ACC; }
a { background-color: rgb(246,90,204); }
div.DivClassName
{
background-color: #F65ACC;
}
.BgClassName
{
background-color: #F65ACC;
}
</style>
border-color css
<style>
span { border-color: #F65ACC; }
span { border-color: rgb(246,90,204); }
td.TdClassName
{
border-color: #F65ACC;
}
.TagClassName
{
border-color: #F65ACC;
}
</style>