Shades of Neon Pink #F463CA
Tints of Neon Pink #F463CA
RGB
CMYK
RGB Variations
Color information
#F463CA (or 0xF463CA) is known color: Neon Pink. HEX triplet: F4, 63 and CA. RGB value is (244,99,202). Sum of RGB (Red+Green+Blue) = 244+99+202=545 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.77% from 545); Green value is 99 (39.06% from 255 or 18.17% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 244 - color contains mainly: red. Hex color #F463CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F463CA is #0B9C35. Grayscale: #999999. Windows color (decimal): -760886 or 13263860. OLE color: 13263860.
HSL color Cylindrical-coordinate representation of color #F463CA: hue angle of 317.38º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F463CA is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 99 | 202 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.04 |
| HSL | 317.38º | 0.87% | 0.67% | - |
| HSV(B) | 317.38º | 0.59% | 0.96% | - |
| XYZ | 52.43 | 32.42 | 59.37 | - |
| YUV | 154.1 | 155.04 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 99 | 202 | 0 | 0.59 | 0.17 | 0.04 | 317.38 | 0.87 | 0.67 |
| Hex | F4 | 63 | CA | 0 | 3B | 11 | 4 | 13D | 57 | 43 |
| Octal | 364 | 143 | 312 | 0 | 73 | 21 | 4 | 475 | 127 | 103 |
| Binary | 11110100 | 1100011 | 11001010 | 0 | 111011 | 10001 | 100 | 100111101 | 1010111 | 1000011 |
Color Harmonies of #F463CA
Complementary color
Monochromatic Colors of #F463CA
Black with #F463CA
Text Example
Text Example
White with #F463CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F463CA; }
p { color: rgb(244,99,202); }
H1.HeaderClassName
{
color: #F463CA;
}
.AnyTagClassName
{
color: #F463CA;
}
</style>
background-color css
<style>
a { background-color: #F463CA; }
a { background-color: rgb(244,99,202); }
div.DivClassName
{
background-color: #F463CA;
}
.BgClassName
{
background-color: #F463CA;
}
</style>
border-color css
<style>
span { border-color: #F463CA; }
span { border-color: rgb(244,99,202); }
td.TdClassName
{
border-color: #F463CA;
}
.TagClassName
{
border-color: #F463CA;
}
</style>