#F470D0

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

Shades of Neon Pink #F470D0

Tints of Neon Pink #F470D0

Color information

#F470D0 (or 0xF470D0) is unknown color: approx Neon Pink. HEX triplet: F4, 70 and D0. RGB value is (244,112,208). Sum of RGB (Red+Green+Blue) = 244+112+208=564 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.26% from 564); Green value is 112 (44.14% from 255 or 19.86% from 564); Blue value is 208 (81.64% from 255 or 36.88% from 564); Max value from RGB is 244 - color contains mainly: red. Hex color #F470D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F470D0 is #0B8F2F. Grayscale: #A2A2A2. Windows color (decimal): -757552 or 13660404. OLE color: 13660404.

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

Color convert

RGB244112208-
CMYK00.540.150.04
HSL316.36º85.71%69.8%-
HSV(B)316.36º54.1%95.69%-
XYZ54.4935.3863.63-
YUV162.41153.73186.19-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.26%
GREEN value IS 112 (44.14% from 255) = 19.86%
BLUE value IS 208 (81.64% from 255) = 36.88%
R=43.26%
G=19.86%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24411220800.540.150.04316.3685.7169.8
HexF470D0036F413c5646
Octal364160320066174474126106
Binary111101001110000110100000110110111110010011110010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F470D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F470D0; }

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

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

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

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

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

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

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

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