Shades of Neon Pink #F465C5
Tints of Neon Pink #F465C5
RGB
CMYK
RGB Variations
Color information
#F465C5 (or 0xF465C5) is known color: Neon Pink. HEX triplet: F4, 65 and C5. RGB value is (244,101,197). Sum of RGB (Red+Green+Blue) = 244+101+197=542 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.02% from 542); Green value is 101 (39.84% from 255 or 18.63% from 542); Blue value is 197 (77.34% from 255 or 36.35% from 542); Max value from RGB is 244 - color contains mainly: red. Hex color #F465C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F465C5 is #0B9A3A. Grayscale: #9A9A9A. Windows color (decimal): -760379 or 12936692. OLE color: 12936692.
HSL color Cylindrical-coordinate representation of color #F465C5: hue angle of 319.72º 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 #F465C5 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 101 | 197 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.04 |
| HSL | 319.72º | 0.87% | 0.68% | - |
| HSV(B) | 319.72º | 0.59% | 0.96% | - |
| XYZ | 52.04 | 32.57 | 56.37 | - |
| YUV | 154.7 | 151.88 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 101 | 197 | 0 | 0.59 | 0.19 | 0.04 | 319.72 | 0.87 | 0.68 |
| Hex | F4 | 65 | C5 | 0 | 3B | 13 | 4 | 140 | 57 | 44 |
| Octal | 364 | 145 | 305 | 0 | 73 | 23 | 4 | 500 | 127 | 104 |
| Binary | 11110100 | 1100101 | 11000101 | 0 | 111011 | 10011 | 100 | 101000000 | 1010111 | 1000100 |
Color Harmonies of #F465C5
Complementary color
Monochromatic Colors of #F465C5
Black with #F465C5
Text Example
Text Example
White with #F465C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F465C5; }
p { color: rgb(244,101,197); }
H1.HeaderClassName
{
color: #F465C5;
}
.AnyTagClassName
{
color: #F465C5;
}
</style>
background-color css
<style>
a { background-color: #F465C5; }
a { background-color: rgb(244,101,197); }
div.DivClassName
{
background-color: #F465C5;
}
.BgClassName
{
background-color: #F465C5;
}
</style>
border-color css
<style>
span { border-color: #F465C5; }
span { border-color: rgb(244,101,197); }
td.TdClassName
{
border-color: #F465C5;
}
.TagClassName
{
border-color: #F465C5;
}
</style>