Html Css Color HEX #FD50C1 Neon Pink

📋 copy color: '#FD50C1'

red 253 ◦ green 80 ◦ blue 193

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

Shades of Neon Pink #FD50C1

Tints of Neon Pink #FD50C1

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.21%

 BLUE value IS 193 (75.78% from 255) = 36.69%

R = 48.1%
G = 15.21%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FD50C1 (or 0xFD50C1) is known color: Neon Pink. HEX triplet: FD, 50 and C1. RGB value is (253,80,193). Sum of RGB (Red+Green+Blue) = 253+80+193=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 80 (31.64% from 255 or 15.21% from 526); Blue value is 193 (75.78% from 255 or 36.69% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FD50C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD50C1 is #02AF3E. Grayscale: #909090. Windows color (decimal): -175935 or 12669181. OLE color: 12669181.

HSL color Cylindrical-coordinate representation of color #FD50C1: hue angle of 320.81º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FD50C1 is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 80 193 -
CMYK 0 0.68 0.24 0.01
HSL 320.81º 0.98% 0.65% -
HSV(B) 320.81º 0.68% 0.99% -
XYZ 53 30.47 53.54 -
YUV 144.61 155.31 205.31 -
System Red Green Blue C M Y K H S L
Decimal 253 80 193 0 0.68 0.24 0.01 320.81 0.98 0.65
Hex FD 50 C1 0 44 18 1 141 62 41
Octal 375 120 301 0 104 30 1 501 142 101
Binary 11111101 1010000 11000001 0 1000100 11000 1 101000001 1100010 1000001

Color Harmonies of #FD50C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD50C1

Black with #FD50C1

Text Example


Text Example

White with #FD50C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD50C1; }

 p { color: rgb(253,80,193); }

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

background-color css

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

 a { background-color: rgb(253,80,193); }

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

border-color css

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

 span { border-color: rgb(253,80,193); }

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