Html Css Color HEX #FF66CC Neon Pink

📋 copy color: '#FF66CC'

red 255 ◦ green 102 ◦ blue 204

#FF66CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Pink #FF66CC

Tints of Neon Pink #FF66CC

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 value IS 0

 M value IS 0.6

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#FF66CC (or 0xFF66CC) is known color: 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

RGB 255 102 204 -
CMYK 0 0.6 0.2 0
HSL 320º 1% 0.7% -
HSV(B) 320º 0.6% 1% -
XYZ 56.89 35.12 60.91 -
YUV 159.38 153.19 196.21 -
System Red Green Blue C M Y K H S L
Decimal 255 102 204 0 0.6 0.2 0 320 1 0.7
Hex FF 66 CC 0 3C 14 0 140 64 46
Octal 377 146 314 0 74 24 0 500 144 106
Binary 11111111 1100110 11001100 0 111100 10100 0 101000000 1100100 1000110

Color Harmonies of #FF66CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF66CC

Black with #FF66CC

Text Example


Text Example

White with #FF66CC

Text Example


Text Example

HTML Codes & Css Web 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>