#FF55CC

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

Shades of Neon Pink #FF55CC

Tints of Neon Pink #FF55CC

Color information

#FF55CC (or 0xFF55CC) is unknown color: approx Neon Pink. HEX triplet: FF, 55 and CC. RGB value is (255,85,204). Sum of RGB (Red+Green+Blue) = 255+85+204=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 85 (33.59% from 255 or 15.62% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FF55CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF55CC is #00AA33. Grayscale: #959595. Windows color (decimal): -43572 or 13391359. OLE color: 13391359.

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

Color convert

RGB25585204-
CMYK00.670.20
HSL318º100%66.67%-
HSV(B)318º66.67%100%-
XYZ55.3932.1260.41-
YUV149.4158.82203.32-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.88%
GREEN value IS 85 (33.59% from 255) = 15.62%
BLUE value IS 204 (80.08% from 255) = 37.5%
R=46.88%
G=15.62%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.2
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558520400.670.2031810066.67
HexFF55CC04314013e6443
Octal3771253140103240476144103
Binary111111111010101110011000100001110100010011111011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF55CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF55CC; }

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

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

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

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

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

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

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

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