Html Css Color HEX #FD5ACC Neon Pink

📋 copy color: '#FD5ACC'

red 253 ◦ green 90 ◦ blue 204

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

Shades of Neon Pink #FD5ACC

Tints of Neon Pink #FD5ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.29%

R = 46.25%
G = 16.45%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FD5ACC (or 0xFD5ACC) is known color: Neon Pink. HEX triplet: FD, 5A and CC. RGB value is (253,90,204). Sum of RGB (Red+Green+Blue) = 253+90+204=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 90 (35.55% from 255 or 16.45% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5ACC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5ACC is #02A533. Grayscale: #979797. Windows color (decimal): -173364 or 13392637. OLE color: 13392637.

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

Color convert

RGB 253 90 204 -
CMYK 0 0.64 0.19 0.01
HSL 318.04º 0.98% 0.67% -
HSV(B) 318.04º 0.64% 0.99% -
XYZ 55.06 32.55 60.51 -
YUV 151.73 157.5 200.23 -
System Red Green Blue C M Y K H S L
Decimal 253 90 204 0 0.64 0.19 0.01 318.04 0.98 0.67
Hex FD 5A CC 0 40 13 1 13E 62 43
Octal 375 132 314 0 100 23 1 476 142 103
Binary 11111101 1011010 11001100 0 1000000 10011 1 100111110 1100010 1000011

Color Harmonies of #FD5ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5ACC

Black with #FD5ACC

Text Example


Text Example

White with #FD5ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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