#F66AD4

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

Shades of Neon Pink #F66AD4

Tints of Neon Pink #F66AD4

Color information

#F66AD4 (or 0xF66AD4) is unknown color: approx Neon Pink. HEX triplet: F6, 6A and D4. RGB value is (246,106,212). Sum of RGB (Red+Green+Blue) = 246+106+212=564 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.62% from 564); Green value is 106 (41.80% from 255 or 18.79% from 564); Blue value is 212 (83.20% from 255 or 37.59% from 564); Max value from RGB is 246 - color contains mainly: red. Hex color #F66AD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F66AD4 is #09952B. Grayscale: #9F9F9F. Windows color (decimal): -628012 or 13921014. OLE color: 13921014.

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

Color convert

RGB246106212-
CMYK00.570.140.04
HSL314.57º88.61%69.02%-
HSV(B)314.57º56.91%96.47%-
XYZ55.0434.6566.08-
YUV159.94157.38189.38-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.62%
GREEN value IS 106 (41.80% from 255) = 18.79%
BLUE value IS 212 (83.20% from 255) = 37.59%
R=43.62%
G=18.79%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24610621200.570.140.04314.5788.6169.02
HexF66AD4039E413b5945
Octal366152324071164473131105
Binary111101101101010110101000111001111010010011101110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F66AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F66AD4; }

 p { color: rgb(246,106,212); }

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

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

 a { background-color: rgb(246,106,212); }

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

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

 span { border-color: rgb(246,106,212); }

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