Html Css Color HEX #FD63C2 Neon Pink

📋 copy color: '#FD63C2'

red 253 ◦ green 99 ◦ blue 194

#FD63C2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Pink #FD63C2

Tints of Neon Pink #FD63C2

RGB

 RED value IS 253 (99.22% from 255) = 46.34%

 GREEN value IS 99 (39.06% from 255) = 18.13%

 BLUE value IS 194 (76.17% from 255) = 35.53%

R = 46.34%
G = 18.13%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FD63C2 (or 0xFD63C2) is known color: Neon Pink. HEX triplet: FD, 63 and C2. RGB value is (253,99,194). Sum of RGB (Red+Green+Blue) = 253+99+194=546 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.34% from 546); Green value is 99 (39.06% from 255 or 18.13% from 546); Blue value is 194 (76.17% from 255 or 35.53% from 546); Max value from RGB is 253 - color contains mainly: red. Hex color #FD63C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD63C2 is #029C3D. Grayscale: #9B9B9B. Windows color (decimal): -171070 or 12739581. OLE color: 12739581.

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

Color convert

RGB 253 99 194 -
CMYK 0 0.61 0.23 0.01
HSL 322.99º 0.97% 0.69% -
HSV(B) 322.99º 0.61% 0.99% -
XYZ 54.71 33.7 54.66 -
YUV 155.88 149.52 197.28 -
System Red Green Blue C M Y K H S L
Decimal 253 99 194 0 0.61 0.23 0.01 322.99 0.97 0.69
Hex FD 63 C2 0 3D 17 1 143 61 45
Octal 375 143 302 0 75 27 1 503 141 105
Binary 11111101 1100011 11000010 0 111101 10111 1 101000011 1100001 1000101

Color Harmonies of #FD63C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD63C2

Black with #FD63C2

Text Example


Text Example

White with #FD63C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD63C2; }

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

 H1.HeaderClassName
 {
   color: #FD63C2;
 }
 .AnyTagClassName
 {
   color: #FD63C2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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