Html Css Color HEX #FF6CD1 Neon Pink

📋 copy color: '#FF6CD1'

red 255 ◦ green 108 ◦ blue 209

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

Shades of Neon Pink #FF6CD1

Tints of Neon Pink #FF6CD1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.88%

 BLUE value IS 209 (82.03% from 255) = 36.54%

R = 44.58%
G = 18.88%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#FF6CD1 (or 0xFF6CD1) is known color: Neon Pink. HEX triplet: FF, 6C and D1. RGB value is (255,108,209). Sum of RGB (Red+Green+Blue) = 255+108+209=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 108 (42.58% from 255 or 18.88% from 572); Blue value is 209 (82.03% from 255 or 36.54% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6CD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6CD1 is #00932E. Grayscale: #A3A3A3. Windows color (decimal): -37679 or 13724927. OLE color: 13724927.

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

Color convert

RGB 255 108 209 -
CMYK 0 0.58 0.18 0
HSL 318.78º 1% 0.71% -
HSV(B) 318.78º 0.58% 1% -
XYZ 58.11 36.59 64.32 -
YUV 163.47 153.7 193.29 -
System Red Green Blue C M Y K H S L
Decimal 255 108 209 0 0.58 0.18 0 318.78 1 0.71
Hex FF 6C D1 0 3A 12 0 13F 64 47
Octal 377 154 321 0 72 22 0 477 144 107
Binary 11111111 1101100 11010001 0 111010 10010 0 100111111 1100100 1000111

Color Harmonies of #FF6CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6CD1

Black with #FF6CD1

Text Example


Text Example

White with #FF6CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6CD1; }

 p { color: rgb(255,108,209); }

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

background-color css

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

 a { background-color: rgb(255,108,209); }

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

border-color css

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

 span { border-color: rgb(255,108,209); }

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