#FF66CB

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

Shades of Neon Pink #FF66CB

Tints of Neon Pink #FF66CB

Color information

#FF66CB (or 0xFF66CB) is unknown color: approx Neon Pink. HEX triplet: FF, 66 and CB. RGB value is (255,102,203). Sum of RGB (Red+Green+Blue) = 255+102+203=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 102 (40.23% from 255 or 18.21% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FF66CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF66CB is #009934. Grayscale: #9F9F9F. Windows color (decimal): -39221 or 13330175. OLE color: 13330175.

HSL color Cylindrical-coordinate representation of color #FF66CB: hue angle of 320.39º 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 #FF66CB is Cyan = 0, Magento = 0.6, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB255102203-
CMYK00.60.200
HSL320.39º100%70%-
HSV(B)320.39º60%100%-
XYZ56.7735.0760.28-
YUV159.26152.69196.29-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.54%
GREEN value IS 102 (40.23% from 255) = 18.21%
BLUE value IS 203 (79.69% from 255) = 36.25%
R=45.54%
G=18.21%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510220300.60.200320.3910070
HexFF66CB03C1401406446
Octal377146313074240500144106
Binary11111111110011011001011011110010100010100000011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF66CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF66CB; }

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

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

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

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

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

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

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

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