Html Css Color HEX #FD55CC Neon Pink

📋 copy color: '#FD55CC'

red 253 ◦ green 85 ◦ blue 204

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

Shades of Neon Pink #FD55CC

Tints of Neon Pink #FD55CC

RGB

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

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

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

R = 46.68%
G = 15.68%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FD55CC (or 0xFD55CC) is known color: Neon Pink. HEX triplet: FD, 55 and CC. RGB value is (253,85,204). Sum of RGB (Red+Green+Blue) = 253+85+204=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 85 (33.59% from 255 or 15.68% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FD55CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD55CC is #02AA33. Grayscale: #949494. Windows color (decimal): -174644 or 13391357. OLE color: 13391357.

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

Color convert

RGB 253 85 204 -
CMYK 0 0.66 0.19 0.01
HSL 317.5º 0.98% 0.66% -
HSV(B) 317.5º 0.66% 0.99% -
XYZ 54.66 31.74 60.37 -
YUV 148.8 159.16 202.32 -
System Red Green Blue C M Y K H S L
Decimal 253 85 204 0 0.66 0.19 0.01 317.5 0.98 0.66
Hex FD 55 CC 0 42 13 1 13E 62 42
Octal 375 125 314 0 102 23 1 476 142 102
Binary 11111101 1010101 11001100 0 1000010 10011 1 100111110 1100010 1000010

Color Harmonies of #FD55CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD55CC

Black with #FD55CC

Text Example


Text Example

White with #FD55CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD55CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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