Html Css Color HEX #FD5AD2 Neon Pink

📋 copy color: '#FD5AD2'

red 253 ◦ green 90 ◦ blue 210

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

Shades of Neon Pink #FD5AD2

Tints of Neon Pink #FD5AD2

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.27%

 BLUE value IS 210 (82.42% from 255) = 37.97%

R = 45.75%
G = 16.27%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FD5AD2 (or 0xFD5AD2) is known color: Neon Pink. HEX triplet: FD, 5A and D2. RGB value is (253,90,210). Sum of RGB (Red+Green+Blue) = 253+90+210=553 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.75% from 553); Green value is 90 (35.55% from 255 or 16.27% from 553); Blue value is 210 (82.42% from 255 or 37.97% from 553); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5AD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5AD2 is #02A52D. Grayscale: #989898. Windows color (decimal): -173358 or 13785853. OLE color: 13785853.

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

Color convert

RGB 253 90 210 -
CMYK 0 0.64 0.17 0.01
HSL 315.83º 0.98% 0.67% -
HSV(B) 315.83º 0.64% 0.99% -
XYZ 55.8 32.85 64.37 -
YUV 152.42 160.5 199.74 -
System Red Green Blue C M Y K H S L
Decimal 253 90 210 0 0.64 0.17 0.01 315.83 0.98 0.67
Hex FD 5A D2 0 40 11 1 13C 62 43
Octal 375 132 322 0 100 21 1 474 142 103
Binary 11111101 1011010 11010010 0 1000000 10001 1 100111100 1100010 1000011

Color Harmonies of #FD5AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5AD2

Black with #FD5AD2

Text Example


Text Example

White with #FD5AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5AD2; }

 p { color: rgb(253,90,210); }

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

background-color css

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

 a { background-color: rgb(253,90,210); }

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

border-color css

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

 span { border-color: rgb(253,90,210); }

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