Html Css Color HEX #FD5ACB Neon Pink

📋 copy color: '#FD5ACB'

red 253 ◦ green 90 ◦ blue 203

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

Shades of Neon Pink #FD5ACB

Tints of Neon Pink #FD5ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.18%

R = 46.34%
G = 16.48%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FD5ACB (or 0xFD5ACB) is known color: Neon Pink. HEX triplet: FD, 5A and CB. RGB value is (253,90,203). Sum of RGB (Red+Green+Blue) = 253+90+203=546 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.34% from 546); Green value is 90 (35.55% from 255 or 16.48% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5ACB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5ACB is #02A534. Grayscale: #979797. Windows color (decimal): -173365 or 13327101. OLE color: 13327101.

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

Color convert

RGB 253 90 203 -
CMYK 0 0.64 0.20 0.01
HSL 318.4º 0.98% 0.67% -
HSV(B) 318.4º 0.64% 0.99% -
XYZ 54.94 32.51 59.88 -
YUV 151.62 157 200.31 -
System Red Green Blue C M Y K H S L
Decimal 253 90 203 0 0.64 0.20 0.01 318.4 0.98 0.67
Hex FD 5A CB 0 40 14 1 13E 62 43
Octal 375 132 313 0 100 24 1 476 142 103
Binary 11111101 1011010 11001011 0 1000000 10100 1 100111110 1100010 1000011

Color Harmonies of #FD5ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5ACB

Black with #FD5ACB

Text Example


Text Example

White with #FD5ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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