#F470CD

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

Shades of Neon Pink #F470CD

Tints of Neon Pink #F470CD

Color information

#F470CD (or 0xF470CD) is unknown color: approx Neon Pink. HEX triplet: F4, 70 and CD. RGB value is (244,112,205). Sum of RGB (Red+Green+Blue) = 244+112+205=561 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.49% from 561); Green value is 112 (44.14% from 255 or 19.96% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 244 - color contains mainly: red. Hex color #F470CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F470CD is #0B8F32. Grayscale: #A1A1A1. Windows color (decimal): -757555 or 13463796. OLE color: 13463796.

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

Color convert

RGB244112205-
CMYK00.540.160.04
HSL317.73º85.71%69.8%-
HSV(B)317.73º54.1%95.69%-
XYZ54.1235.2361.7-
YUV162.07152.23186.44-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.49%
GREEN value IS 112 (44.14% from 255) = 19.96%
BLUE value IS 205 (80.47% from 255) = 36.54%
R=43.49%
G=19.96%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24411220500.540.160.04317.7385.7169.8
HexF470CD03610413e5646
Octal364160315066204476126106
Binary1111010011100001100110101101101000010010011111010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F470CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F470CD; }

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

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

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

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

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

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

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

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