Html Css Color HEX #FD50C4 Neon Pink

📋 copy color: '#FD50C4'

red 253 ◦ green 80 ◦ blue 196

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

Shades of Neon Pink #FD50C4

Tints of Neon Pink #FD50C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.05%

R = 47.83%
G = 15.12%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FD50C4 (or 0xFD50C4) is known color: Neon Pink. HEX triplet: FD, 50 and C4. RGB value is (253,80,196). Sum of RGB (Red+Green+Blue) = 253+80+196=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 80 (31.64% from 255 or 15.12% from 529); Blue value is 196 (76.95% from 255 or 37.05% from 529); Max value from RGB is 253 - color contains mainly: red. Hex color #FD50C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD50C4 is #02AF3B. Grayscale: #909090. Windows color (decimal): -175932 or 12865789. OLE color: 12865789.

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

Color convert

RGB 253 80 196 -
CMYK 0 0.68 0.23 0.01
HSL 319.77º 0.98% 0.65% -
HSV(B) 319.77º 0.68% 0.99% -
XYZ 53.34 30.61 55.32 -
YUV 144.95 156.81 205.07 -
System Red Green Blue C M Y K H S L
Decimal 253 80 196 0 0.68 0.23 0.01 319.77 0.98 0.65
Hex FD 50 C4 0 44 17 1 140 62 41
Octal 375 120 304 0 104 27 1 500 142 101
Binary 11111101 1010000 11000100 0 1000100 10111 1 101000000 1100010 1000001

Color Harmonies of #FD50C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD50C4

Black with #FD50C4

Text Example


Text Example

White with #FD50C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD50C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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