Html Css Color HEX #FE55C6 Neon Pink

📋 copy color: '#FE55C6'

red 254 ◦ green 85 ◦ blue 198

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

Shades of Neon Pink #FE55C6

Tints of Neon Pink #FE55C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.87%

R = 47.3%
G = 15.83%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FE55C6 (or 0xFE55C6) is known color: Neon Pink. HEX triplet: FE, 55 and C6. RGB value is (254,85,198). Sum of RGB (Red+Green+Blue) = 254+85+198=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 85 (33.59% from 255 or 15.83% from 537); Blue value is 198 (77.73% from 255 or 36.87% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FE55C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE55C6 is #01AA39. Grayscale: #949494. Windows color (decimal): -109114 or 12998142. OLE color: 12998142.

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

Color convert

RGB 254 85 198 -
CMYK 0 0.67 0.22 0.00
HSL 319.88º 0.99% 0.66% -
HSV(B) 319.88º 0.67% 1% -
XYZ 54.31 31.65 56.67 -
YUV 148.41 155.99 203.31 -
System Red Green Blue C M Y K H S L
Decimal 254 85 198 0 0.67 0.22 0.00 319.88 0.99 0.66
Hex FE 55 C6 0 43 16 0 140 63 42
Octal 376 125 306 0 103 26 0 500 143 102
Binary 11111110 1010101 11000110 0 1000011 10110 0 101000000 1100011 1000010

Color Harmonies of #FE55C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE55C6

Black with #FE55C6

Text Example


Text Example

White with #FE55C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE55C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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