Html Css Color HEX #FF6EC2 Neon Pink

📋 copy color: '#FF6EC2'

red 255 ◦ green 110 ◦ blue 194

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

Shades of Neon Pink #FF6EC2

Tints of Neon Pink #FF6EC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.7%

R = 45.62%
G = 19.68%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#FF6EC2 (or 0xFF6EC2) is known color: Neon Pink. HEX triplet: FF, 6E and C2. RGB value is (255,110,194). Sum of RGB (Red+Green+Blue) = 255+110+194=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 110 (43.36% from 255 or 19.68% from 559); Blue value is 194 (76.17% from 255 or 34.70% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6EC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6EC2 is #00913D. Grayscale: #A2A2A2. Windows color (decimal): -37182 or 12742399. OLE color: 12742399.

HSL color Cylindrical-coordinate representation of color #FF6EC2: hue angle of 325.24º 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 #FF6EC2 is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB 255 110 194 -
CMYK 0 0.57 0.24 0
HSL 325.24º 1% 0.72% -
HSV(B) 325.24º 0.57% 1% -
XYZ 56.55 36.31 55.07 -
YUV 162.93 145.54 193.67 -
System Red Green Blue C M Y K H S L
Decimal 255 110 194 0 0.57 0.24 0 325.24 1 0.72
Hex FF 6E C2 0 39 18 0 145 64 48
Octal 377 156 302 0 71 30 0 505 144 110
Binary 11111111 1101110 11000010 0 111001 11000 0 101000101 1100100 1001000

Color Harmonies of #FF6EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6EC2

Black with #FF6EC2

Text Example


Text Example

White with #FF6EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6EC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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