#F66CD4

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

Shades of Neon Pink #F66CD4

Tints of Neon Pink #F66CD4

Color information

#F66CD4 (or 0xF66CD4) is unknown color: approx Neon Pink. HEX triplet: F6, 6C and D4. RGB value is (246,108,212). Sum of RGB (Red+Green+Blue) = 246+108+212=566 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.46% from 566); Green value is 108 (42.58% from 255 or 19.08% from 566); Blue value is 212 (83.20% from 255 or 37.46% from 566); Max value from RGB is 246 - color contains mainly: red. Hex color #F66CD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F66CD4 is #09932B. Grayscale: #A0A0A0. Windows color (decimal): -627500 or 13921526. OLE color: 13921526.

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

Color convert

RGB246108212-
CMYK00.560.140.04
HSL314.78º88.46%69.41%-
HSV(B)314.78º56.1%96.47%-
XYZ55.2535.0766.14-
YUV161.12156.72188.54-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.46%
GREEN value IS 108 (42.58% from 255) = 19.08%
BLUE value IS 212 (83.20% from 255) = 37.46%
R=43.46%
G=19.08%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24610821200.560.140.04314.7888.4669.41
HexF66CD4038E413b5845
Octal366154324070164473130105
Binary111101101101100110101000111000111010010011101110110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F66CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F66CD4; }

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

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

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

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

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

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

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

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