Html Css Color HEX #FD52CF Neon Pink

📋 copy color: '#FD52CF'

red 253 ◦ green 82 ◦ blue 207

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

Shades of Neon Pink #FD52CF

Tints of Neon Pink #FD52CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.19%

R = 46.68%
G = 15.13%
B = 38.19%

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

#FD52CF (or 0xFD52CF) is known color: Neon Pink. HEX triplet: FD, 52 and CF. RGB value is (253,82,207). Sum of RGB (Red+Green+Blue) = 253+82+207=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 82 (32.42% from 255 or 15.13% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FD52CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD52CF is #02AD30. Grayscale: #939393. Windows color (decimal): -175409 or 13587197. OLE color: 13587197.

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

Color convert

RGB 253 82 207 -
CMYK 0 0.68 0.18 0.01
HSL 316.14º 0.98% 0.66% -
HSV(B) 316.14º 0.68% 0.99% -
XYZ 54.79 31.42 62.21 -
YUV 147.38 161.65 203.34 -
System Red Green Blue C M Y K H S L
Decimal 253 82 207 0 0.68 0.18 0.01 316.14 0.98 0.66
Hex FD 52 CF 0 44 12 1 13C 62 42
Octal 375 122 317 0 104 22 1 474 142 102
Binary 11111101 1010010 11001111 0 1000100 10010 1 100111100 1100010 1000010

Color Harmonies of #FD52CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD52CF

Black with #FD52CF

Text Example


Text Example

White with #FD52CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD52CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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