Html Css Color HEX #FE55CD Neon Pink

📋 copy color: '#FE55CD'

red 254 ◦ green 85 ◦ blue 205

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

Shades of Neon Pink #FE55CD

Tints of Neon Pink #FE55CD

RGB

 RED value IS 254 (99.61% from 255) = 46.69%

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

 BLUE value IS 205 (80.47% from 255) = 37.68%

R = 46.69%
G = 15.63%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FE55CD (or 0xFE55CD) is known color: Neon Pink. HEX triplet: FE, 55 and CD. RGB value is (254,85,205). Sum of RGB (Red+Green+Blue) = 254+85+205=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 85 (33.59% from 255 or 15.62% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FE55CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE55CD is #01AA32. Grayscale: #949494. Windows color (decimal): -109107 or 13456894. OLE color: 13456894.

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

Color convert

RGB 254 85 205 -
CMYK 0 0.67 0.19 0.00
HSL 317.4º 0.99% 0.66% -
HSV(B) 317.4º 0.67% 1% -
XYZ 55.14 31.98 61.02 -
YUV 149.21 159.49 202.74 -
System Red Green Blue C M Y K H S L
Decimal 254 85 205 0 0.67 0.19 0.00 317.4 0.99 0.66
Hex FE 55 CD 0 43 13 0 13D 63 42
Octal 376 125 315 0 103 23 0 475 143 102
Binary 11111110 1010101 11001101 0 1000011 10011 0 100111101 1100011 1000010

Color Harmonies of #FE55CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE55CD

Black with #FE55CD

Text Example


Text Example

White with #FE55CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE55CD; }

 p { color: rgb(254,85,205); }

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

background-color css

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

 a { background-color: rgb(254,85,205); }

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

border-color css

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

 span { border-color: rgb(254,85,205); }

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