#F470C8

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

Shades of Neon Pink #F470C8

Tints of Neon Pink #F470C8

Color information

#F470C8 (or 0xF470C8) is unknown color: approx Neon Pink. HEX triplet: F4, 70 and C8. RGB value is (244,112,200). Sum of RGB (Red+Green+Blue) = 244+112+200=556 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.88% from 556); Green value is 112 (44.14% from 255 or 20.14% from 556); Blue value is 200 (78.52% from 255 or 35.97% from 556); Max value from RGB is 244 - color contains mainly: red. Hex color #F470C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F470C8 is #0B8F37. Grayscale: #A1A1A1. Windows color (decimal): -757560 or 13136116. OLE color: 13136116.

HSL color Cylindrical-coordinate representation of color #F470C8: hue angle of 320º 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 #F470C8 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB244112200-
CMYK00.540.180.04
HSL320º85.71%69.8%-
HSV(B)320º54.1%95.69%-
XYZ53.5334.9958.58-
YUV161.5149.73186.84-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.88%
GREEN value IS 112 (44.14% from 255) = 20.14%
BLUE value IS 200 (78.52% from 255) = 35.97%
R=43.88%
G=20.14%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24411220000.540.180.0432085.7169.8
HexF470C80361241405646
Octal364160310066224500126106
Binary1111010011100001100100001101101001010010100000010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F470C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F470C8; }

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

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

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

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

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

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

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

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