Html Css Color HEX #FD54C4 Neon Pink

📋 copy color: '#FD54C4'

red 253 ◦ green 84 ◦ blue 196

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

Shades of Neon Pink #FD54C4

Tints of Neon Pink #FD54C4

RGB

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

 GREEN value IS 84 (33.2% from 255) = 15.76%

 BLUE value IS 196 (76.95% from 255) = 36.77%

R = 47.47%
G = 15.76%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FD54C4 (or 0xFD54C4) is known color: Neon Pink. HEX triplet: FD, 54 and C4. RGB value is (253,84,196). Sum of RGB (Red+Green+Blue) = 253+84+196=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 84 (33.20% from 255 or 15.76% from 533); Blue value is 196 (76.95% from 255 or 36.77% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FD54C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD54C4 is #02AB3B. Grayscale: #939393. Windows color (decimal): -174908 or 12866813. OLE color: 12866813.

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

Color convert

RGB 253 84 196 -
CMYK 0 0.67 0.23 0.01
HSL 320.24º 0.98% 0.66% -
HSV(B) 320.24º 0.67% 0.99% -
XYZ 53.64 31.21 55.42 -
YUV 147.3 155.49 203.39 -
System Red Green Blue C M Y K H S L
Decimal 253 84 196 0 0.67 0.23 0.01 320.24 0.98 0.66
Hex FD 54 C4 0 43 17 1 140 62 42
Octal 375 124 304 0 103 27 1 500 142 102
Binary 11111101 1010100 11000100 0 1000011 10111 1 101000000 1100010 1000010

Color Harmonies of #FD54C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD54C4

Black with #FD54C4

Text Example


Text Example

White with #FD54C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD54C4; }

 p { color: rgb(253,84,196); }

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

background-color css

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

 a { background-color: rgb(253,84,196); }

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

border-color css

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

 span { border-color: rgb(253,84,196); }

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