Html Css Color HEX #FE6DC0 Neon Pink

📋 copy color: '#FE6DC0'

red 254 ◦ green 109 ◦ blue 192

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

Shades of Neon Pink #FE6DC0

Tints of Neon Pink #FE6DC0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.64%

 BLUE value IS 192 (75.39% from 255) = 34.59%

R = 45.77%
G = 19.64%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#FE6DC0 (or 0xFE6DC0) is known color: Neon Pink. HEX triplet: FE, 6D and C0. RGB value is (254,109,192). Sum of RGB (Red+Green+Blue) = 254+109+192=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 109 (42.97% from 255 or 19.64% from 555); Blue value is 192 (75.39% from 255 or 34.59% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6DC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6DC0 is #01923F. Grayscale: #A1A1A1. Windows color (decimal): -102976 or 12611070. OLE color: 12611070.

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

Color convert

RGB 254 109 192 -
CMYK 0 0.57 0.24 0.00
HSL 325.66º 0.99% 0.71% -
HSV(B) 325.66º 0.57% 1% -
XYZ 55.86 35.81 53.84 -
YUV 161.82 145.04 193.75 -
System Red Green Blue C M Y K H S L
Decimal 254 109 192 0 0.57 0.24 0.00 325.66 0.99 0.71
Hex FE 6D C0 0 39 18 0 146 63 47
Octal 376 155 300 0 71 30 0 506 143 107
Binary 11111110 1101101 11000000 0 111001 11000 0 101000110 1100011 1000111

Color Harmonies of #FE6DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6DC0

Black with #FE6DC0

Text Example


Text Example

White with #FE6DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6DC0; }

 p { color: rgb(254,109,192); }

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

background-color css

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

 a { background-color: rgb(254,109,192); }

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

border-color css

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

 span { border-color: rgb(254,109,192); }

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