Html Css Color HEX #FF6DCD Neon Pink

📋 copy color: '#FF6DCD'

red 255 ◦ green 109 ◦ blue 205

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

Shades of Neon Pink #FF6DCD

Tints of Neon Pink #FF6DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.03%

R = 44.82%
G = 19.16%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FF6DCD (or 0xFF6DCD) is known color: Neon Pink. HEX triplet: FF, 6D and CD. RGB value is (255,109,205). Sum of RGB (Red+Green+Blue) = 255+109+205=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 109 (42.97% from 255 or 19.16% from 569); Blue value is 205 (80.47% from 255 or 36.03% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6DCD is #009232. Grayscale: #A3A3A3. Windows color (decimal): -37427 or 13463039. OLE color: 13463039.

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

Color convert

RGB 255 109 205 -
CMYK 0 0.57 0.20 0
HSL 320.55º 1% 0.71% -
HSV(B) 320.55º 0.57% 1% -
XYZ 57.73 36.61 61.78 -
YUV 163.6 151.37 193.19 -
System Red Green Blue C M Y K H S L
Decimal 255 109 205 0 0.57 0.20 0 320.55 1 0.71
Hex FF 6D CD 0 39 14 0 141 64 47
Octal 377 155 315 0 71 24 0 501 144 107
Binary 11111111 1101101 11001101 0 111001 10100 0 101000001 1100100 1000111

Color Harmonies of #FF6DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6DCD

Black with #FF6DCD

Text Example


Text Example

White with #FF6DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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