Html Css Color HEX #FD52D0 Neon Pink

📋 copy color: '#FD52D0'

red 253 ◦ green 82 ◦ blue 208

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

Shades of Neon Pink #FD52D0

Tints of Neon Pink #FD52D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.31%

R = 46.59%
G = 15.1%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FD52D0 (or 0xFD52D0) is known color: Neon Pink. HEX triplet: FD, 52 and D0. RGB value is (253,82,208). Sum of RGB (Red+Green+Blue) = 253+82+208=543 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.59% from 543); Green value is 82 (32.42% from 255 or 15.10% from 543); Blue value is 208 (81.64% from 255 or 38.31% from 543); Max value from RGB is 253 - color contains mainly: red. Hex color #FD52D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD52D0 is #02AD2F. Grayscale: #939393. Windows color (decimal): -175408 or 13652733. OLE color: 13652733.

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

Color convert

RGB 253 82 208 -
CMYK 0 0.68 0.18 0.01
HSL 315.79º 0.98% 0.66% -
HSV(B) 315.79º 0.68% 0.99% -
XYZ 54.91 31.47 62.85 -
YUV 147.49 162.15 203.25 -
System Red Green Blue C M Y K H S L
Decimal 253 82 208 0 0.68 0.18 0.01 315.79 0.98 0.66
Hex FD 52 D0 0 44 12 1 13C 62 42
Octal 375 122 320 0 104 22 1 474 142 102
Binary 11111101 1010010 11010000 0 1000100 10010 1 100111100 1100010 1000010

Color Harmonies of #FD52D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD52D0

Black with #FD52D0

Text Example


Text Example

White with #FD52D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD52D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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