#F478D0

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

Shades of Neon Pink #F478D0

Tints of Neon Pink #F478D0

Color information

#F478D0 (or 0xF478D0) is unknown color: approx Neon Pink. HEX triplet: F4, 78 and D0. RGB value is (244,120,208). Sum of RGB (Red+Green+Blue) = 244+120+208=572 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.66% from 572); Green value is 120 (47.27% from 255 or 20.98% from 572); Blue value is 208 (81.64% from 255 or 36.36% from 572); Max value from RGB is 244 - color contains mainly: red. Hex color #F478D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F478D0 is #0B872F. Grayscale: #A6A6A6. Windows color (decimal): -755504 or 13662452. OLE color: 13662452.

HSL color Cylindrical-coordinate representation of color #F478D0: hue angle of 317.42º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F478D0 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB244120208-
CMYK00.510.150.04
HSL317.42º84.93%71.37%-
HSV(B)317.42º50.82%95.69%-
XYZ55.4137.2263.94-
YUV167.11151.08182.84-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.66%
GREEN value IS 120 (47.27% from 255) = 20.98%
BLUE value IS 208 (81.64% from 255) = 36.36%
R=42.66%
G=20.98%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412020800.510.150.04317.4284.9371.37
HexF478D0033F413d5547
Octal364170320063174475125107
Binary111101001111000110100000110011111110010011110110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F478D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F478D0; }

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

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

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

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

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

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

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

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