Html Css Color HEX #FF6CC1 Neon Pink

📋 copy color: '#FF6CC1'

red 255 ◦ green 108 ◦ blue 193

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

Shades of Neon Pink #FF6CC1

Tints of Neon Pink #FF6CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 34.71%

R = 45.86%
G = 19.42%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#FF6CC1 (or 0xFF6CC1) is known color: Neon Pink. HEX triplet: FF, 6C and C1. RGB value is (255,108,193). Sum of RGB (Red+Green+Blue) = 255+108+193=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 108 (42.58% from 255 or 19.42% from 556); Blue value is 193 (75.78% from 255 or 34.71% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6CC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6CC1 is #00933E. Grayscale: #A1A1A1. Windows color (decimal): -37695 or 12676351. OLE color: 12676351.

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

Color convert

RGB 255 108 193 -
CMYK 0 0.58 0.24 0
HSL 325.31º 1% 0.71% -
HSV(B) 325.31º 0.58% 1% -
XYZ 56.23 35.84 54.41 -
YUV 161.64 145.7 194.59 -
System Red Green Blue C M Y K H S L
Decimal 255 108 193 0 0.58 0.24 0 325.31 1 0.71
Hex FF 6C C1 0 3A 18 0 145 64 47
Octal 377 154 301 0 72 30 0 505 144 107
Binary 11111111 1101100 11000001 0 111010 11000 0 101000101 1100100 1000111

Color Harmonies of #FF6CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6CC1

Black with #FF6CC1

Text Example


Text Example

White with #FF6CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6CC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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