Html Css Color HEX #FE55D1 Neon Pink

📋 copy color: '#FE55D1'

red 254 ◦ green 85 ◦ blue 209

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

Shades of Neon Pink #FE55D1

Tints of Neon Pink #FE55D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.14%

R = 46.35%
G = 15.51%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#FE55D1 (or 0xFE55D1) is known color: Neon Pink. HEX triplet: FE, 55 and D1. RGB value is (254,85,209). Sum of RGB (Red+Green+Blue) = 254+85+209=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 85 (33.59% from 255 or 15.51% from 548); Blue value is 209 (82.03% from 255 or 38.14% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FE55D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE55D1 is #01AA2E. Grayscale: #959595. Windows color (decimal): -109103 or 13719038. OLE color: 13719038.

HSL color Cylindrical-coordinate representation of color #FE55D1: hue angle of 315.98º 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 #FE55D1 is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 85 209 -
CMYK 0 0.67 0.18 0.00
HSL 315.98º 0.99% 0.66% -
HSV(B) 315.98º 0.67% 1% -
XYZ 55.63 32.17 63.6 -
YUV 149.67 161.49 202.42 -
System Red Green Blue C M Y K H S L
Decimal 254 85 209 0 0.67 0.18 0.00 315.98 0.99 0.66
Hex FE 55 D1 0 43 12 0 13C 63 42
Octal 376 125 321 0 103 22 0 474 143 102
Binary 11111110 1010101 11010001 0 1000011 10010 0 100111100 1100011 1000010

Color Harmonies of #FE55D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE55D1

Black with #FE55D1

Text Example


Text Example

White with #FE55D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE55D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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