#FF63D0

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

Shades of Neon Pink #FF63D0

Tints of Neon Pink #FF63D0

Color information

#FF63D0 (or 0xFF63D0) is unknown color: approx Neon Pink. HEX triplet: FF, 63 and D0. RGB value is (255,99,208). Sum of RGB (Red+Green+Blue) = 255+99+208=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 99 (39.06% from 255 or 17.62% from 562); Blue value is 208 (81.64% from 255 or 37.01% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FF63D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF63D0 is #009C2F. Grayscale: #9D9D9D. Windows color (decimal): -39984 or 13657087. OLE color: 13657087.

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

Color convert

RGB25599208-
CMYK00.610.180
HSL318.08º100%69.41%-
HSV(B)318.08º61.18%100%-
XYZ57.0934.7463.37-
YUV158.07156.18197.14-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.37%
GREEN value IS 99 (39.06% from 255) = 17.62%
BLUE value IS 208 (81.64% from 255) = 37.01%
R=45.37%
G=17.62%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559920800.610.180318.0810069.41
HexFF63D003D12013e6445
Octal377143320075220476144105
Binary11111111110001111010000011110110010010011111011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF63D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF63D0; }

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

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

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

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

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

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

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

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