#f470bf

Color #F470BF Neon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Pink #F470BF

Tints of Neon Pink #F470BF

Color information

#F470BF (or 0xF470BF) is unknown color: approx Neon Pink. HEX triplet: F4, 70 and BF. RGB value is (244,112,191). Sum of RGB (Red+Green+Blue) = 244+112+191=547 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.61% from 547); Green value is 112 (44.14% from 255 or 20.48% from 547); Blue value is 191 (75% from 255 or 34.92% from 547); Max value from RGB is 244 - color contains mainly: red. Hex color #F470BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F470BF is #0B8F40. Grayscale: #A0A0A0. Windows color (decimal): -757569 or 12546292. OLE color: 12546292.

HSL color Cylindrical-coordinate representation of color #F470BF: hue angle of 324.09º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F470BF is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB244112191-
CMYK00.540.220.04
HSL324.09º85.71%69.8%-
HSV(B)324.09º54.1%95.69%-
XYZ52.5134.5853.2-
YUV160.47145.23187.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 244 (95.70% from 255) = 44.61%
GREEN value IS 112 (44.14% from 255) = 20.48%
BLUE value IS 191 (75% from 255) = 34.92%
R=44.61%
G=20.48%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24411219100.540.220.04324.0985.7169.8
HexF470BF0361641445646
Octal364160277066264504126106
Binary1111010011100001011111101101101011010010100010010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f470bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f470bf; }

 p { color: rgb(244,112,191); }

 H1.HeaderClassName
 {
   color: #f470bf;
 }
 .AnyTagClassName
 {
   color: #f470bf;
 }
</style>
background-color css

<style>
 a { background-color: #f470bf; }

 a { background-color: rgb(244,112,191); }

 div.DivClassName
 {
   background-color: #f470bf;
 }
 .BgClassName
 {
   background-color: #f470bf;
 }
</style>
border-color css

<style>
 span { border-color: #f470bf; }

 span { border-color: rgb(244,112,191); }

 td.TdClassName
 {
   border-color: #f470bf;
 }
 .TagClassName
 {
   border-color: #f470bf;
 }
</style>