Shades of Neon Pink #F465BF
Tints of Neon Pink #F465BF
RGB
CMYK
RGB Variations
Color information
#F465BF (or 0xF465BF) is known color: Neon Pink. HEX triplet: F4, 65 and BF. RGB value is (244,101,191). Sum of RGB (Red+Green+Blue) = 244+101+191=536 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.52% from 536); Green value is 101 (39.84% from 255 or 18.84% from 536); Blue value is 191 (75% from 255 or 35.63% from 536); Max value from RGB is 244 - color contains mainly: red. Hex color #F465BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F465BF is #0B9A40. Grayscale: #999999. Windows color (decimal): -760385 or 12543476. OLE color: 12543476.
HSL color Cylindrical-coordinate representation of color #F465BF: hue angle of 322.24º 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 #F465BF is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 101 | 191 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.04 |
| HSL | 322.24º | 0.87% | 0.68% | - |
| HSV(B) | 322.24º | 0.59% | 0.96% | - |
| XYZ | 51.37 | 32.3 | 52.82 | - |
| YUV | 154.02 | 148.88 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 101 | 191 | 0 | 0.59 | 0.22 | 0.04 | 322.24 | 0.87 | 0.68 |
| Hex | F4 | 65 | BF | 0 | 3B | 16 | 4 | 142 | 57 | 44 |
| Octal | 364 | 145 | 277 | 0 | 73 | 26 | 4 | 502 | 127 | 104 |
| Binary | 11110100 | 1100101 | 10111111 | 0 | 111011 | 10110 | 100 | 101000010 | 1010111 | 1000100 |
Color Harmonies of #F465BF
Complementary color
Monochromatic Colors of #F465BF
Black with #F465BF
Text Example
Text Example
White with #F465BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F465BF; }
p { color: rgb(244,101,191); }
H1.HeaderClassName
{
color: #F465BF;
}
.AnyTagClassName
{
color: #F465BF;
}
</style>
background-color css
<style>
a { background-color: #F465BF; }
a { background-color: rgb(244,101,191); }
div.DivClassName
{
background-color: #F465BF;
}
.BgClassName
{
background-color: #F465BF;
}
</style>
border-color css
<style>
span { border-color: #F465BF; }
span { border-color: rgb(244,101,191); }
td.TdClassName
{
border-color: #F465BF;
}
.TagClassName
{
border-color: #F465BF;
}
</style>