Html Css Color HEX #FF6CC2 Neon Pink

📋 copy color: '#FF6CC2'

red 255 ◦ green 108 ◦ blue 194

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

Shades of Neon Pink #FF6CC2

Tints of Neon Pink #FF6CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.83%

R = 45.78%
G = 19.39%
B = 34.83%

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

#FF6CC2 (or 0xFF6CC2) is known color: Neon Pink. HEX triplet: FF, 6C and C2. RGB value is (255,108,194). Sum of RGB (Red+Green+Blue) = 255+108+194=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 108 (42.58% from 255 or 19.39% from 557); Blue value is 194 (76.17% from 255 or 34.83% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6CC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6CC2 is #00933D. Grayscale: #A1A1A1. Windows color (decimal): -37694 or 12741887. OLE color: 12741887.

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

Color convert

RGB 255 108 194 -
CMYK 0 0.58 0.24 0
HSL 324.9º 1% 0.71% -
HSV(B) 324.9º 0.58% 1% -
XYZ 56.34 35.88 55 -
YUV 161.76 146.2 194.51 -
System Red Green Blue C M Y K H S L
Decimal 255 108 194 0 0.58 0.24 0 324.9 1 0.71
Hex FF 6C C2 0 3A 18 0 145 64 47
Octal 377 154 302 0 72 30 0 505 144 107
Binary 11111111 1101100 11000010 0 111010 11000 0 101000101 1100100 1000111

Color Harmonies of #FF6CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6CC2

Black with #FF6CC2

Text Example


Text Example

White with #FF6CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6CC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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