#FD63C4

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

Shades of Neon Pink #FD63C4

Tints of Neon Pink #FD63C4

Color information

#FD63C4 (or 0xFD63C4) is unknown color: approx Neon Pink. HEX triplet: FD, 63 and C4. RGB value is (253,99,196). Sum of RGB (Red+Green+Blue) = 253+99+196=548 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.17% from 548); Green value is 99 (39.06% from 255 or 18.07% from 548); Blue value is 196 (76.95% from 255 or 35.77% from 548); Max value from RGB is 253 - color contains mainly: red. Hex color #FD63C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD63C4 is #029C3B. Grayscale: #9B9B9B. Windows color (decimal): -171068 or 12870653. OLE color: 12870653.

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

Color convert

RGB25399196-
CMYK00.610.230.01
HSL322.21º97.47%69.02%-
HSV(B)322.21º60.87%99.22%-
XYZ54.9333.7955.85-
YUV156.1150.52197.11-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.17%
GREEN value IS 99 (39.06% from 255) = 18.07%
BLUE value IS 196 (76.95% from 255) = 35.77%
R=46.17%
G=18.07%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539919600.610.230.01322.2197.4769.02
HexFD63C403D1711426145
Octal375143304075271502141105
Binary11111101110001111000100011110110111110100001011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD63C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD63C4; }

 p { color: rgb(253,99,196); }

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

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

 a { background-color: rgb(253,99,196); }

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

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

 span { border-color: rgb(253,99,196); }

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