#FF55D6

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

Shades of Neon Pink #FF55D6

Tints of Neon Pink #FF55D6

Color information

#FF55D6 (or 0xFF55D6) is unknown color: approx Neon Pink. HEX triplet: FF, 55 and D6. RGB value is (255,85,214). Sum of RGB (Red+Green+Blue) = 255+85+214=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 85 (33.59% from 255 or 15.34% from 554); Blue value is 214 (83.98% from 255 or 38.63% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FF55D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF55D6 is #00AA29. Grayscale: #969696. Windows color (decimal): -43562 or 14046719. OLE color: 14046719.

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

Color convert

RGB25585214-
CMYK00.670.160
HSL314.47º100%66.67%-
HSV(B)314.47º66.67%100%-
XYZ56.6332.6166.93-
YUV150.54163.82202.51-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.03%
GREEN value IS 85 (33.59% from 255) = 15.34%
BLUE value IS 214 (83.98% from 255) = 38.63%
R=46.03%
G=15.34%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558521400.670.160314.4710066.67
HexFF55D604310013a6443
Octal3771253260103200472144103
Binary111111111010101110101100100001110000010011101011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF55D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF55D6; }

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

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

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

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

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

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

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

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