Html Css Color HEX #FF6EC0 Neon Pink

📋 copy color: '#FF6EC0'

red 255 ◦ green 110 ◦ blue 192

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

Shades of Neon Pink #FF6EC0

Tints of Neon Pink #FF6EC0

RGB

 RED value IS 255 (100% from 255) = 45.78%

 GREEN value IS 110 (43.36% from 255) = 19.75%

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

R = 45.78%
G = 19.75%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FF6EC0 (or 0xFF6EC0) is known color: Neon Pink. HEX triplet: FF, 6E and C0. RGB value is (255,110,192). Sum of RGB (Red+Green+Blue) = 255+110+192=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 110 (43.36% from 255 or 19.75% from 557); Blue value is 192 (75.39% from 255 or 34.47% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6EC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6EC0 is #00913F. Grayscale: #A2A2A2. Windows color (decimal): -37184 or 12611327. OLE color: 12611327.

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

Color convert

RGB 255 110 192 -
CMYK 0 0.57 0.25 0
HSL 326.07º 1% 0.72% -
HSV(B) 326.07º 0.57% 1% -
XYZ 56.33 36.22 53.89 -
YUV 162.7 144.54 193.83 -
System Red Green Blue C M Y K H S L
Decimal 255 110 192 0 0.57 0.25 0 326.07 1 0.72
Hex FF 6E C0 0 39 19 0 146 64 48
Octal 377 156 300 0 71 31 0 506 144 110
Binary 11111111 1101110 11000000 0 111001 11001 0 101000110 1100100 1001000

Color Harmonies of #FF6EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6EC0

Black with #FF6EC0

Text Example


Text Example

White with #FF6EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6EC0; }

 p { color: rgb(255,110,192); }

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

background-color css

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

 a { background-color: rgb(255,110,192); }

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

border-color css

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

 span { border-color: rgb(255,110,192); }

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