#F474D3

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

Shades of Neon Pink #F474D3

Tints of Neon Pink #F474D3

Color information

#F474D3 (or 0xF474D3) is unknown color: approx Neon Pink. HEX triplet: F4, 74 and D3. RGB value is (244,116,211). Sum of RGB (Red+Green+Blue) = 244+116+211=571 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.73% from 571); Green value is 116 (45.70% from 255 or 20.32% from 571); Blue value is 211 (82.81% from 255 or 36.95% from 571); Max value from RGB is 244 - color contains mainly: red. Hex color #F474D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F474D3 is #0B8B2C. Grayscale: #A4A4A4. Windows color (decimal): -756525 or 13858036. OLE color: 13858036.

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

Color convert

RGB244116211-
CMYK00.520.140.04
HSL315.47º85.33%70.59%-
HSV(B)315.47º52.46%95.69%-
XYZ55.3136.4365.74-
YUV165.1153.91184.28-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.73%
GREEN value IS 116 (45.70% from 255) = 20.32%
BLUE value IS 211 (82.81% from 255) = 36.95%
R=42.73%
G=20.32%
B=36.95%

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
Decimal24411621100.520.140.04315.4785.3370.59
HexF474D3034E413b5547
Octal364164323064164473125107
Binary111101001110100110100110110100111010010011101110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F474D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F474D3; }

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

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

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

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

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

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

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

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