Html Css Color HEX #FE55D3 Neon Pink

📋 copy color: '#FE55D3'

red 254 ◦ green 85 ◦ blue 211

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

Shades of Neon Pink #FE55D3

Tints of Neon Pink #FE55D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.36%

R = 46.18%
G = 15.45%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FE55D3 (or 0xFE55D3) is known color: Neon Pink. HEX triplet: FE, 55 and D3. RGB value is (254,85,211). Sum of RGB (Red+Green+Blue) = 254+85+211=550 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.18% from 550); Green value is 85 (33.59% from 255 or 15.45% from 550); Blue value is 211 (82.81% from 255 or 38.36% from 550); Max value from RGB is 254 - color contains mainly: red. Hex color #FE55D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE55D3 is #01AA2C. Grayscale: #959595. Windows color (decimal): -109101 or 13850110. OLE color: 13850110.

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

Color convert

RGB 254 85 211 -
CMYK 0 0.67 0.17 0.00
HSL 315.27º 0.99% 0.66% -
HSV(B) 315.27º 0.67% 1% -
XYZ 55.88 32.27 64.91 -
YUV 149.9 162.49 202.25 -
System Red Green Blue C M Y K H S L
Decimal 254 85 211 0 0.67 0.17 0.00 315.27 0.99 0.66
Hex FE 55 D3 0 43 11 0 13B 63 42
Octal 376 125 323 0 103 21 0 473 143 102
Binary 11111110 1010101 11010011 0 1000011 10001 0 100111011 1100011 1000010

Color Harmonies of #FE55D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE55D3

Black with #FE55D3

Text Example


Text Example

White with #FE55D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE55D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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