#FF66CC

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

Shades of Neon Pink #FF66CC

Tints of Neon Pink #FF66CC

Color information

#FF66CC (or 0xFF66CC) is unknown color: approx Neon Pink. HEX triplet: FF, 66 and CC. RGB value is (255,102,204). Sum of RGB (Red+Green+Blue) = 255+102+204=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 102 (40.23% from 255 or 18.18% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FF66CC is a web safe color. Inversed color of #FF66CC is #009933. Grayscale: #9F9F9F. Windows color (decimal): -39220 or 13395711. OLE color: 13395711.

HSL color Cylindrical-coordinate representation of color #FF66CC: hue angle of 320º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF66CC is Cyan = 0, Magento = 0.6, Yellow = 0.2 and Black (K on CMYK) = 0.

Color convert

RGB255102204-
CMYK00.60.20
HSL320º100%70%-
HSV(B)320º60%100%-
XYZ56.8935.1260.91-
YUV159.37153.19196.21-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.45%
GREEN value IS 102 (40.23% from 255) = 18.18%
BLUE value IS 204 (80.08% from 255) = 36.36%
R=45.45%
G=18.18%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.2
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510220400.60.2032010070
HexFF66CC03C1401406446
Octal377146314074240500144106
Binary11111111110011011001100011110010100010100000011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF66CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF66CC; }

 p { color: rgb(255,102,204); }

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

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

 a { background-color: rgb(255,102,204); }

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

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

 span { border-color: rgb(255,102,204); }

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