Html Css Color HEX #FD55CE Neon Pink

📋 copy color: '#FD55CE'

red 253 ◦ green 85 ◦ blue 206

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

Shades of Neon Pink #FD55CE

Tints of Neon Pink #FD55CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.87%

R = 46.51%
G = 15.63%
B = 37.87%

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

#FD55CE (or 0xFD55CE) is known color: Neon Pink. HEX triplet: FD, 55 and CE. RGB value is (253,85,206). Sum of RGB (Red+Green+Blue) = 253+85+206=544 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.51% from 544); Green value is 85 (33.59% from 255 or 15.62% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 253 - color contains mainly: red. Hex color #FD55CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD55CE is #02AA31. Grayscale: #949494. Windows color (decimal): -174642 or 13522429. OLE color: 13522429.

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

Color convert

RGB 253 85 206 -
CMYK 0 0.66 0.19 0.01
HSL 316.79º 0.98% 0.66% -
HSV(B) 316.79º 0.66% 0.99% -
XYZ 54.9 31.84 61.64 -
YUV 149.03 160.16 202.16 -
System Red Green Blue C M Y K H S L
Decimal 253 85 206 0 0.66 0.19 0.01 316.79 0.98 0.66
Hex FD 55 CE 0 42 13 1 13D 62 42
Octal 375 125 316 0 102 23 1 475 142 102
Binary 11111101 1010101 11001110 0 1000010 10011 1 100111101 1100010 1000010

Color Harmonies of #FD55CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD55CE

Black with #FD55CE

Text Example


Text Example

White with #FD55CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD55CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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