Html Css Color HEX #FE53C6 Neon Pink

📋 copy color: '#FE53C6'

red 254 ◦ green 83 ◦ blue 198

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

Shades of Neon Pink #FE53C6

Tints of Neon Pink #FE53C6

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.51%

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

R = 47.48%
G = 15.51%
B = 37.01%

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

#FE53C6 (or 0xFE53C6) is known color: Neon Pink. HEX triplet: FE, 53 and C6. RGB value is (254,83,198). Sum of RGB (Red+Green+Blue) = 254+83+198=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 83 (32.81% from 255 or 15.51% from 535); Blue value is 198 (77.73% from 255 or 37.01% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FE53C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE53C6 is #01AC39. Grayscale: #929292. Windows color (decimal): -109626 or 12997630. OLE color: 12997630.

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

Color convert

RGB 254 83 198 -
CMYK 0 0.67 0.22 0.00
HSL 319.65º 0.99% 0.66% -
HSV(B) 319.65º 0.67% 1% -
XYZ 54.16 31.33 56.62 -
YUV 147.24 156.65 204.15 -
System Red Green Blue C M Y K H S L
Decimal 254 83 198 0 0.67 0.22 0.00 319.65 0.99 0.66
Hex FE 53 C6 0 43 16 0 140 63 42
Octal 376 123 306 0 103 26 0 500 143 102
Binary 11111110 1010011 11000110 0 1000011 10110 0 101000000 1100011 1000010

Color Harmonies of #FE53C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE53C6

Black with #FE53C6

Text Example


Text Example

White with #FE53C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE53C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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