Html Css Color HEX #FF6DDC Neon Pink

📋 copy color: '#FF6DDC'

red 255 ◦ green 109 ◦ blue 220

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

Shades of Neon Pink #FF6DDC

Tints of Neon Pink #FF6DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.67%

R = 43.66%
G = 18.66%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#FF6DDC (or 0xFF6DDC) is known color: Neon Pink. HEX triplet: FF, 6D and DC. RGB value is (255,109,220). Sum of RGB (Red+Green+Blue) = 255+109+220=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 109 (42.97% from 255 or 18.66% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6DDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6DDC is #009223. Grayscale: #A5A5A5. Windows color (decimal): -37412 or 14446079. OLE color: 14446079.

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

Color convert

RGB 255 109 220 -
CMYK 0 0.57 0.14 0
HSL 314.38º 1% 0.71% -
HSV(B) 314.38º 0.57% 1% -
XYZ 59.63 37.36 71.78 -
YUV 165.31 158.87 191.97 -
System Red Green Blue C M Y K H S L
Decimal 255 109 220 0 0.57 0.14 0 314.38 1 0.71
Hex FF 6D DC 0 39 E 0 13A 64 47
Octal 377 155 334 0 71 16 0 472 144 107
Binary 11111111 1101101 11011100 0 111001 1110 0 100111010 1100100 1000111

Color Harmonies of #FF6DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6DDC

Black with #FF6DDC

Text Example


Text Example

White with #FF6DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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