#FF63D3

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

Shades of Neon Pink #FF63D3

Tints of Neon Pink #FF63D3

Color information

#FF63D3 (or 0xFF63D3) is unknown color: approx Neon Pink. HEX triplet: FF, 63 and D3. RGB value is (255,99,211). Sum of RGB (Red+Green+Blue) = 255+99+211=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 99 (39.06% from 255 or 17.52% from 565); Blue value is 211 (82.81% from 255 or 37.35% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FF63D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF63D3 is #009C2C. Grayscale: #9E9E9E. Windows color (decimal): -39981 or 13853695. OLE color: 13853695.

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

Color convert

RGB25599211-
CMYK00.610.170
HSL316.92º100%69.41%-
HSV(B)316.92º61.18%100%-
XYZ57.4634.8965.33-
YUV158.41157.68196.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.13%
GREEN value IS 99 (39.06% from 255) = 17.52%
BLUE value IS 211 (82.81% from 255) = 37.35%
R=45.13%
G=17.52%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559921100.610.170316.9210069.41
HexFF63D303D11013d6445
Octal377143323075210475144105
Binary11111111110001111010011011110110001010011110111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF63D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF63D3; }

 p { color: rgb(255,99,211); }

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

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

 a { background-color: rgb(255,99,211); }

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

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

 span { border-color: rgb(255,99,211); }

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