Shades of Neon Pink #F465CF
Tints of Neon Pink #F465CF
RGB
CMYK
RGB Variations
Color information
#F465CF (or 0xF465CF) is known color: Neon Pink. HEX triplet: F4, 65 and CF. RGB value is (244,101,207). Sum of RGB (Red+Green+Blue) = 244+101+207=552 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.20% from 552); Green value is 101 (39.84% from 255 or 18.30% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 244 - color contains mainly: red. Hex color #F465CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F465CF is #0B9A30. Grayscale: #9B9B9B. Windows color (decimal): -760369 or 13592052. OLE color: 13592052.
HSL color Cylindrical-coordinate representation of color #F465CF: hue angle of 315.52º 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 #F465CF is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 101 | 207 | - |
| CMYK | 0 | 0.59 | 0.15 | 0.04 |
| HSL | 315.52º | 0.87% | 0.68% | - |
| HSV(B) | 315.52º | 0.59% | 0.96% | - |
| XYZ | 53.22 | 33.05 | 62.6 | - |
| YUV | 155.84 | 156.88 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 101 | 207 | 0 | 0.59 | 0.15 | 0.04 | 315.52 | 0.87 | 0.68 |
| Hex | F4 | 65 | CF | 0 | 3B | F | 4 | 13C | 57 | 44 |
| Octal | 364 | 145 | 317 | 0 | 73 | 17 | 4 | 474 | 127 | 104 |
| Binary | 11110100 | 1100101 | 11001111 | 0 | 111011 | 1111 | 100 | 100111100 | 1010111 | 1000100 |
Color Harmonies of #F465CF
Complementary color
Monochromatic Colors of #F465CF
Black with #F465CF
Text Example
Text Example
White with #F465CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F465CF; }
p { color: rgb(244,101,207); }
H1.HeaderClassName
{
color: #F465CF;
}
.AnyTagClassName
{
color: #F465CF;
}
</style>
background-color css
<style>
a { background-color: #F465CF; }
a { background-color: rgb(244,101,207); }
div.DivClassName
{
background-color: #F465CF;
}
.BgClassName
{
background-color: #F465CF;
}
</style>
border-color css
<style>
span { border-color: #F465CF; }
span { border-color: rgb(244,101,207); }
td.TdClassName
{
border-color: #F465CF;
}
.TagClassName
{
border-color: #F465CF;
}
</style>