Html Css Color HEX #FD52C3 Neon Pink

📋 copy color: '#FD52C3'

red 253 ◦ green 82 ◦ blue 195

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

Shades of Neon Pink #FD52C3

Tints of Neon Pink #FD52C3

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.47%

 BLUE value IS 195 (76.56% from 255) = 36.79%

R = 47.74%
G = 15.47%
B = 36.79%

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

#FD52C3 (or 0xFD52C3) is known color: Neon Pink. HEX triplet: FD, 52 and C3. RGB value is (253,82,195). Sum of RGB (Red+Green+Blue) = 253+82+195=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 82 (32.42% from 255 or 15.47% from 530); Blue value is 195 (76.56% from 255 or 36.79% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FD52C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD52C3 is #02AD3C. Grayscale: #919191. Windows color (decimal): -175421 or 12800765. OLE color: 12800765.

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

Color convert

RGB 253 82 195 -
CMYK 0 0.68 0.23 0.01
HSL 320.35º 0.98% 0.66% -
HSV(B) 320.35º 0.68% 0.99% -
XYZ 53.38 30.86 54.77 -
YUV 146.01 155.65 204.31 -
System Red Green Blue C M Y K H S L
Decimal 253 82 195 0 0.68 0.23 0.01 320.35 0.98 0.66
Hex FD 52 C3 0 44 17 1 140 62 42
Octal 375 122 303 0 104 27 1 500 142 102
Binary 11111101 1010010 11000011 0 1000100 10111 1 101000000 1100010 1000010

Color Harmonies of #FD52C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD52C3

Black with #FD52C3

Text Example


Text Example

White with #FD52C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD52C3; }

 p { color: rgb(253,82,195); }

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

background-color css

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

 a { background-color: rgb(253,82,195); }

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

border-color css

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

 span { border-color: rgb(253,82,195); }

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