Html Css Color HEX #FD53C1 Neon Pink

📋 copy color: '#FD53C1'

red 253 ◦ green 83 ◦ blue 193

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

Shades of Neon Pink #FD53C1

Tints of Neon Pink #FD53C1

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.69%

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

R = 47.83%
G = 15.69%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FD53C1 (or 0xFD53C1) is known color: Neon Pink. HEX triplet: FD, 53 and C1. RGB value is (253,83,193). Sum of RGB (Red+Green+Blue) = 253+83+193=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 83 (32.81% from 255 or 15.69% from 529); Blue value is 193 (75.78% from 255 or 36.48% from 529); Max value from RGB is 253 - color contains mainly: red. Hex color #FD53C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD53C1 is #02AC3E. Grayscale: #929292. Windows color (decimal): -175167 or 12669949. OLE color: 12669949.

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

Color convert

RGB 253 83 193 -
CMYK 0 0.67 0.24 0.01
HSL 321.18º 0.98% 0.66% -
HSV(B) 321.18º 0.67% 0.99% -
XYZ 53.23 30.92 53.61 -
YUV 146.37 154.32 204.06 -
System Red Green Blue C M Y K H S L
Decimal 253 83 193 0 0.67 0.24 0.01 321.18 0.98 0.66
Hex FD 53 C1 0 43 18 1 141 62 42
Octal 375 123 301 0 103 30 1 501 142 102
Binary 11111101 1010011 11000001 0 1000011 11000 1 101000001 1100010 1000010

Color Harmonies of #FD53C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD53C1

Black with #FD53C1

Text Example


Text Example

White with #FD53C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD53C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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