Html Css Color HEX #FF6DCC Neon Pink

📋 copy color: '#FF6DCC'

red 255 ◦ green 109 ◦ blue 204

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

Shades of Neon Pink #FF6DCC

Tints of Neon Pink #FF6DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.92%

R = 44.89%
G = 19.19%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#FF6DCC (or 0xFF6DCC) is known color: Neon Pink. HEX triplet: FF, 6D and CC. RGB value is (255,109,204). Sum of RGB (Red+Green+Blue) = 255+109+204=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 109 (42.97% from 255 or 19.19% from 568); Blue value is 204 (80.08% from 255 or 35.92% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6DCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6DCC is #009233. Grayscale: #A3A3A3. Windows color (decimal): -37428 or 13397503. OLE color: 13397503.

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

Color convert

RGB 255 109 204 -
CMYK 0 0.57 0.2 0
HSL 320.96º 1% 0.71% -
HSV(B) 320.96º 0.57% 1% -
XYZ 57.61 36.56 61.15 -
YUV 163.48 150.87 193.28 -
System Red Green Blue C M Y K H S L
Decimal 255 109 204 0 0.57 0.2 0 320.96 1 0.71
Hex FF 6D CC 0 39 14 0 141 64 47
Octal 377 155 314 0 71 24 0 501 144 107
Binary 11111111 1101101 11001100 0 111001 10100 0 101000001 1100100 1000111

Color Harmonies of #FF6DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6DCC

Black with #FF6DCC

Text Example


Text Example

White with #FF6DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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