Html Css Color HEX #FD53C2 Neon Pink

📋 copy color: '#FD53C2'

red 253 ◦ green 83 ◦ blue 194

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

Shades of Neon Pink #FD53C2

Tints of Neon Pink #FD53C2

RGB

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

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

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

R = 47.74%
G = 15.66%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FD53C2 (or 0xFD53C2) is known color: Neon Pink. HEX triplet: FD, 53 and C2. RGB value is (253,83,194). Sum of RGB (Red+Green+Blue) = 253+83+194=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 83 (32.81% from 255 or 15.66% from 530); Blue value is 194 (76.17% from 255 or 36.60% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FD53C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD53C2 is #02AC3D. Grayscale: #929292. Windows color (decimal): -175166 or 12735485. OLE color: 12735485.

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

Color convert

RGB 253 83 194 -
CMYK 0 0.67 0.23 0.01
HSL 320.82º 0.98% 0.66% -
HSV(B) 320.82º 0.67% 0.99% -
XYZ 53.34 30.96 54.2 -
YUV 146.48 154.82 203.97 -
System Red Green Blue C M Y K H S L
Decimal 253 83 194 0 0.67 0.23 0.01 320.82 0.98 0.66
Hex FD 53 C2 0 43 17 1 141 62 42
Octal 375 123 302 0 103 27 1 501 142 102
Binary 11111101 1010011 11000010 0 1000011 10111 1 101000001 1100010 1000010

Color Harmonies of #FD53C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD53C2

Black with #FD53C2

Text Example


Text Example

White with #FD53C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD53C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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