#FF55D5

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

Shades of Neon Pink #FF55D5

Tints of Neon Pink #FF55D5

Color information

#FF55D5 (or 0xFF55D5) is unknown color: approx Neon Pink. HEX triplet: FF, 55 and D5. RGB value is (255,85,213). Sum of RGB (Red+Green+Blue) = 255+85+213=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 85 (33.59% from 255 or 15.37% from 553); Blue value is 213 (83.59% from 255 or 38.52% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FF55D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF55D5 is #00AA2A. Grayscale: #969696. Windows color (decimal): -43563 or 13981183. OLE color: 13981183.

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

Color convert

RGB25585213-
CMYK00.670.160
HSL314.82º100%66.67%-
HSV(B)314.82º66.67%100%-
XYZ56.532.5666.26-
YUV150.42163.32202.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.11%
GREEN value IS 85 (33.59% from 255) = 15.37%
BLUE value IS 213 (83.59% from 255) = 38.52%
R=46.11%
G=15.37%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558521300.670.160314.8210066.67
HexFF55D504310013b6443
Octal3771253250103200473144103
Binary111111111010101110101010100001110000010011101111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF55D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF55D5; }

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

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

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

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

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

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

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

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