Html Css Color HEX #FF6DC2 Neon Pink

📋 copy color: '#FF6DC2'

red 255 ◦ green 109 ◦ blue 194

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

Shades of Neon Pink #FF6DC2

Tints of Neon Pink #FF6DC2

RGB

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

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

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

R = 45.7%
G = 19.53%
B = 34.77%

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

#FF6DC2 (or 0xFF6DC2) is known color: Neon Pink. HEX triplet: FF, 6D and C2. RGB value is (255,109,194). Sum of RGB (Red+Green+Blue) = 255+109+194=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 109 (42.97% from 255 or 19.53% from 558); Blue value is 194 (76.17% from 255 or 34.77% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6DC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6DC2 is #00923D. Grayscale: #A2A2A2. Windows color (decimal): -37438 or 12742143. OLE color: 12742143.

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

Color convert

RGB 255 109 194 -
CMYK 0 0.57 0.24 0
HSL 325.07º 1% 0.71% -
HSV(B) 325.07º 0.57% 1% -
XYZ 56.45 36.09 55.03 -
YUV 162.34 145.87 194.09 -
System Red Green Blue C M Y K H S L
Decimal 255 109 194 0 0.57 0.24 0 325.07 1 0.71
Hex FF 6D C2 0 39 18 0 145 64 47
Octal 377 155 302 0 71 30 0 505 144 107
Binary 11111111 1101101 11000010 0 111001 11000 0 101000101 1100100 1000111

Color Harmonies of #FF6DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6DC2

Black with #FF6DC2

Text Example


Text Example

White with #FF6DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6DC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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