Html Css Color HEX #FD55D3 Neon Pink

📋 copy color: '#FD55D3'

red 253 ◦ green 85 ◦ blue 211

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

Shades of Neon Pink #FD55D3

Tints of Neon Pink #FD55D3

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.48%

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

R = 46.08%
G = 15.48%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FD55D3 (or 0xFD55D3) is known color: Neon Pink. HEX triplet: FD, 55 and D3. RGB value is (253,85,211). Sum of RGB (Red+Green+Blue) = 253+85+211=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 85 (33.59% from 255 or 15.48% from 549); Blue value is 211 (82.81% from 255 or 38.43% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FD55D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD55D3 is #02AA2C. Grayscale: #959595. Windows color (decimal): -174637 or 13850109. OLE color: 13850109.

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

Color convert

RGB 253 85 211 -
CMYK 0 0.66 0.17 0.01
HSL 315º 0.98% 0.66% -
HSV(B) 315º 0.66% 0.99% -
XYZ 55.51 32.08 64.89 -
YUV 149.6 162.66 201.75 -
System Red Green Blue C M Y K H S L
Decimal 253 85 211 0 0.66 0.17 0.01 315 0.98 0.66
Hex FD 55 D3 0 42 11 1 13B 62 42
Octal 375 125 323 0 102 21 1 473 142 102
Binary 11111101 1010101 11010011 0 1000010 10001 1 100111011 1100010 1000010

Color Harmonies of #FD55D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD55D3

Black with #FD55D3

Text Example


Text Example

White with #FD55D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD55D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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