#F46ACD

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

Shades of Neon Pink #F46ACD

Tints of Neon Pink #F46ACD

Color information

#F46ACD (or 0xF46ACD) is unknown color: approx Neon Pink. HEX triplet: F4, 6A and CD. RGB value is (244,106,205). Sum of RGB (Red+Green+Blue) = 244+106+205=555 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.96% from 555); Green value is 106 (41.80% from 255 or 19.10% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 244 - color contains mainly: red. Hex color #F46ACD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F46ACD is #0B9532. Grayscale: #9E9E9E. Windows color (decimal): -759091 or 13462260. OLE color: 13462260.

HSL color Cylindrical-coordinate representation of color #F46ACD: hue angle of 316.96º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F46ACD is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB244106205-
CMYK00.570.160.04
HSL316.96º86.25%68.63%-
HSV(B)316.96º56.56%95.69%-
XYZ53.4833.9561.49-
YUV158.55154.22188.95-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.96%
GREEN value IS 106 (41.80% from 255) = 19.10%
BLUE value IS 205 (80.47% from 255) = 36.94%
R=43.96%
G=19.10%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24410620500.570.160.04316.9686.2568.63
HexF46ACD03910413d5645
Octal364152315071204475126105
Binary1111010011010101100110101110011000010010011110110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F46ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F46ACD; }

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

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

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

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

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

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

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

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