Html Css Color HEX #FD52C9 Neon Pink

📋 copy color: '#FD52C9'

red 253 ◦ green 82 ◦ blue 201

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

Shades of Neon Pink #FD52C9

Tints of Neon Pink #FD52C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.5%

R = 47.2%
G = 15.3%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FD52C9 (or 0xFD52C9) is known color: Neon Pink. HEX triplet: FD, 52 and C9. RGB value is (253,82,201). Sum of RGB (Red+Green+Blue) = 253+82+201=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 82 (32.42% from 255 or 15.30% from 536); Blue value is 201 (78.91% from 255 or 37.5% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FD52C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD52C9 is #02AD36. Grayscale: #929292. Windows color (decimal): -175415 or 13193981. OLE color: 13193981.

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

Color convert

RGB 253 82 201 -
CMYK 0 0.68 0.21 0.01
HSL 318.25º 0.98% 0.66% -
HSV(B) 318.25º 0.68% 0.99% -
XYZ 54.07 31.13 58.42 -
YUV 146.7 158.65 203.82 -
System Red Green Blue C M Y K H S L
Decimal 253 82 201 0 0.68 0.21 0.01 318.25 0.98 0.66
Hex FD 52 C9 0 44 15 1 13E 62 42
Octal 375 122 311 0 104 25 1 476 142 102
Binary 11111101 1010010 11001001 0 1000100 10101 1 100111110 1100010 1000010

Color Harmonies of #FD52C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD52C9

Black with #FD52C9

Text Example


Text Example

White with #FD52C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD52C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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