Html Css Color HEX #FF6FC1 Neon Pink

📋 copy color: '#FF6FC1'

red 255 ◦ green 111 ◦ blue 193

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

Shades of Neon Pink #FF6FC1

Tints of Neon Pink #FF6FC1

RGB

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

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

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

R = 45.62%
G = 19.86%
B = 34.53%

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

#FF6FC1 (or 0xFF6FC1) is known color: Neon Pink. HEX triplet: FF, 6F and C1. RGB value is (255,111,193). Sum of RGB (Red+Green+Blue) = 255+111+193=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 111 (43.75% from 255 or 19.86% from 559); Blue value is 193 (75.78% from 255 or 34.53% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6FC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6FC1 is #00903E. Grayscale: #A3A3A3. Windows color (decimal): -36927 or 12677119. OLE color: 12677119.

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

Color convert

RGB 255 111 193 -
CMYK 0 0.56 0.24 0
HSL 325.83º 1% 0.72% -
HSV(B) 325.83º 0.56% 1% -
XYZ 56.55 36.48 54.51 -
YUV 163.4 144.71 193.33 -
System Red Green Blue C M Y K H S L
Decimal 255 111 193 0 0.56 0.24 0 325.83 1 0.72
Hex FF 6F C1 0 38 18 0 146 64 48
Octal 377 157 301 0 70 30 0 506 144 110
Binary 11111111 1101111 11000001 0 111000 11000 0 101000110 1100100 1001000

Color Harmonies of #FF6FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6FC1

Black with #FF6FC1

Text Example


Text Example

White with #FF6FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6FC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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