Html Css Color HEX #FF6FC2 Neon Pink

📋 copy color: '#FF6FC2'

red 255 ◦ green 111 ◦ blue 194

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

Shades of Neon Pink #FF6FC2

Tints of Neon Pink #FF6FC2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.82%

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

R = 45.54%
G = 19.82%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#FF6FC2 (or 0xFF6FC2) is known color: Neon Pink. HEX triplet: FF, 6F and C2. RGB value is (255,111,194). Sum of RGB (Red+Green+Blue) = 255+111+194=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 111 (43.75% from 255 or 19.82% from 560); Blue value is 194 (76.17% from 255 or 34.64% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6FC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6FC2 is #00903D. Grayscale: #A3A3A3. Windows color (decimal): -36926 or 12742655. OLE color: 12742655.

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

Color convert

RGB 255 111 194 -
CMYK 0 0.56 0.24 0
HSL 325.42º 1% 0.72% -
HSV(B) 325.42º 0.56% 1% -
XYZ 56.66 36.52 55.1 -
YUV 163.52 145.21 193.25 -
System Red Green Blue C M Y K H S L
Decimal 255 111 194 0 0.56 0.24 0 325.42 1 0.72
Hex FF 6F C2 0 38 18 0 145 64 48
Octal 377 157 302 0 70 30 0 505 144 110
Binary 11111111 1101111 11000010 0 111000 11000 0 101000101 1100100 1001000

Color Harmonies of #FF6FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6FC2

Black with #FF6FC2

Text Example


Text Example

White with #FF6FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6FC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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