Shades of Neon Pink #F465C0
Tints of Neon Pink #F465C0
RGB
CMYK
RGB Variations
Color information
#F465C0 (or 0xF465C0) is known color: Neon Pink. HEX triplet: F4, 65 and C0. RGB value is (244,101,192). Sum of RGB (Red+Green+Blue) = 244+101+192=537 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.44% from 537); Green value is 101 (39.84% from 255 or 18.81% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 244 - color contains mainly: red. Hex color #F465C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F465C0 is #0B9A3F. Grayscale: #999999. Windows color (decimal): -760384 or 12609012. OLE color: 12609012.
HSL color Cylindrical-coordinate representation of color #F465C0: hue angle of 321.82º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F465C0 is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 101 | 192 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.04 |
| HSL | 321.82º | 0.87% | 0.68% | - |
| HSV(B) | 321.82º | 0.59% | 0.96% | - |
| XYZ | 51.48 | 32.35 | 53.4 | - |
| YUV | 154.13 | 149.38 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 101 | 192 | 0 | 0.59 | 0.21 | 0.04 | 321.82 | 0.87 | 0.68 |
| Hex | F4 | 65 | C0 | 0 | 3B | 15 | 4 | 142 | 57 | 44 |
| Octal | 364 | 145 | 300 | 0 | 73 | 25 | 4 | 502 | 127 | 104 |
| Binary | 11110100 | 1100101 | 11000000 | 0 | 111011 | 10101 | 100 | 101000010 | 1010111 | 1000100 |
Color Harmonies of #F465C0
Complementary color
Monochromatic Colors of #F465C0
Black with #F465C0
Text Example
Text Example
White with #F465C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F465C0; }
p { color: rgb(244,101,192); }
H1.HeaderClassName
{
color: #F465C0;
}
.AnyTagClassName
{
color: #F465C0;
}
</style>
background-color css
<style>
a { background-color: #F465C0; }
a { background-color: rgb(244,101,192); }
div.DivClassName
{
background-color: #F465C0;
}
.BgClassName
{
background-color: #F465C0;
}
</style>
border-color css
<style>
span { border-color: #F465C0; }
span { border-color: rgb(244,101,192); }
td.TdClassName
{
border-color: #F465C0;
}
.TagClassName
{
border-color: #F465C0;
}
</style>