#F474D1

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

Shades of Neon Pink #F474D1

Tints of Neon Pink #F474D1

Color information

#F474D1 (or 0xF474D1) is unknown color: approx Neon Pink. HEX triplet: F4, 74 and D1. RGB value is (244,116,209). Sum of RGB (Red+Green+Blue) = 244+116+209=569 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.88% from 569); Green value is 116 (45.70% from 255 or 20.39% from 569); Blue value is 209 (82.03% from 255 or 36.73% from 569); Max value from RGB is 244 - color contains mainly: red. Hex color #F474D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F474D1 is #0B8B2E. Grayscale: #A4A4A4. Windows color (decimal): -756527 or 13726964. OLE color: 13726964.

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

Color convert

RGB244116209-
CMYK00.520.140.04
HSL316.41º85.33%70.59%-
HSV(B)316.41º52.46%95.69%-
XYZ55.0636.3364.43-
YUV164.87152.91184.44-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.88%
GREEN value IS 116 (45.70% from 255) = 20.39%
BLUE value IS 209 (82.03% from 255) = 36.73%
R=42.88%
G=20.39%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24411620900.520.140.04316.4185.3370.59
HexF474D1034E413c5547
Octal364164321064164474125107
Binary111101001110100110100010110100111010010011110010101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F474D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F474D1; }

 p { color: rgb(244,116,209); }

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

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

 a { background-color: rgb(244,116,209); }

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

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

 span { border-color: rgb(244,116,209); }

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