Html Css Color HEX #FD5AD3 Neon Pink

📋 copy color: '#FD5AD3'

red 253 ◦ green 90 ◦ blue 211

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

Shades of Neon Pink #FD5AD3

Tints of Neon Pink #FD5AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.09%

R = 45.67%
G = 16.25%
B = 38.09%

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

#FD5AD3 (or 0xFD5AD3) is known color: Neon Pink. HEX triplet: FD, 5A and D3. RGB value is (253,90,211). Sum of RGB (Red+Green+Blue) = 253+90+211=554 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.67% from 554); Green value is 90 (35.55% from 255 or 16.25% from 554); Blue value is 211 (82.81% from 255 or 38.09% from 554); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5AD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5AD3 is #02A52C. Grayscale: #989898. Windows color (decimal): -173357 or 13851389. OLE color: 13851389.

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

Color convert

RGB 253 90 211 -
CMYK 0 0.64 0.17 0.01
HSL 315.46º 0.98% 0.67% -
HSV(B) 315.46º 0.64% 0.99% -
XYZ 55.92 32.9 65.03 -
YUV 152.53 161 199.66 -
System Red Green Blue C M Y K H S L
Decimal 253 90 211 0 0.64 0.17 0.01 315.46 0.98 0.67
Hex FD 5A D3 0 40 11 1 13B 62 43
Octal 375 132 323 0 100 21 1 473 142 103
Binary 11111101 1011010 11010011 0 1000000 10001 1 100111011 1100010 1000011

Color Harmonies of #FD5AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5AD3

Black with #FD5AD3

Text Example


Text Example

White with #FD5AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5AD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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