Html Css Color HEX #FE56CE Neon Pink

📋 copy color: '#FE56CE'

red 254 ◦ green 86 ◦ blue 206

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

Shades of Neon Pink #FE56CE

Tints of Neon Pink #FE56CE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 15.75%

 BLUE value IS 206 (80.86% from 255) = 37.73%

R = 46.52%
G = 15.75%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FE56CE (or 0xFE56CE) is known color: Neon Pink. HEX triplet: FE, 56 and CE. RGB value is (254,86,206). Sum of RGB (Red+Green+Blue) = 254+86+206=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 86 (33.98% from 255 or 15.75% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FE56CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE56CE is #01A931. Grayscale: #959595. Windows color (decimal): -108850 or 13522686. OLE color: 13522686.

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

Color convert

RGB 254 86 206 -
CMYK 0 0.66 0.19 0.00
HSL 317.14º 0.99% 0.67% -
HSV(B) 317.14º 0.66% 1% -
XYZ 55.34 32.18 61.69 -
YUV 149.91 159.66 202.24 -
System Red Green Blue C M Y K H S L
Decimal 254 86 206 0 0.66 0.19 0.00 317.14 0.99 0.67
Hex FE 56 CE 0 42 13 0 13D 63 43
Octal 376 126 316 0 102 23 0 475 143 103
Binary 11111110 1010110 11001110 0 1000010 10011 0 100111101 1100011 1000011

Color Harmonies of #FE56CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE56CE

Black with #FE56CE

Text Example


Text Example

White with #FE56CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE56CE; }

 p { color: rgb(254,86,206); }

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

background-color css

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

 a { background-color: rgb(254,86,206); }

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

border-color css

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

 span { border-color: rgb(254,86,206); }

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