Html Css Color HEX #FE55C5 Neon Pink

📋 copy color: '#FE55C5'

red 254 ◦ green 85 ◦ blue 197

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

Shades of Neon Pink #FE55C5

Tints of Neon Pink #FE55C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.75%

R = 47.39%
G = 15.86%
B = 36.75%

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

#FE55C5 (or 0xFE55C5) is known color: Neon Pink. HEX triplet: FE, 55 and C5. RGB value is (254,85,197). Sum of RGB (Red+Green+Blue) = 254+85+197=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 85 (33.59% from 255 or 15.86% from 536); Blue value is 197 (77.34% from 255 or 36.75% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FE55C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE55C5 is #01AA3A. Grayscale: #949494. Windows color (decimal): -109115 or 12932606. OLE color: 12932606.

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

Color convert

RGB 254 85 197 -
CMYK 0 0.67 0.22 0.00
HSL 320.24º 0.99% 0.66% -
HSV(B) 320.24º 0.67% 1% -
XYZ 54.2 31.6 56.07 -
YUV 148.3 155.49 203.39 -
System Red Green Blue C M Y K H S L
Decimal 254 85 197 0 0.67 0.22 0.00 320.24 0.99 0.66
Hex FE 55 C5 0 43 16 0 140 63 42
Octal 376 125 305 0 103 26 0 500 143 102
Binary 11111110 1010101 11000101 0 1000011 10110 0 101000000 1100011 1000010

Color Harmonies of #FE55C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE55C5

Black with #FE55C5

Text Example


Text Example

White with #FE55C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE55C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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