Html Css Color HEX #FF6AC0 Neon Pink

📋 copy color: '#FF6AC0'

red 255 ◦ green 106 ◦ blue 192

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

Shades of Neon Pink #FF6AC0

Tints of Neon Pink #FF6AC0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.17%

 BLUE value IS 192 (75.39% from 255) = 34.72%

R = 46.11%
G = 19.17%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FF6AC0 (or 0xFF6AC0) is known color: Neon Pink. HEX triplet: FF, 6A and C0. RGB value is (255,106,192). Sum of RGB (Red+Green+Blue) = 255+106+192=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 106 (41.80% from 255 or 19.17% from 553); Blue value is 192 (75.39% from 255 or 34.72% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6AC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6AC0 is #00953F. Grayscale: #A0A0A0. Windows color (decimal): -38208 or 12610303. OLE color: 12610303.

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

Color convert

RGB 255 106 192 -
CMYK 0 0.58 0.25 0
HSL 325.37º 1% 0.71% -
HSV(B) 325.37º 0.58% 1% -
XYZ 55.91 35.37 53.75 -
YUV 160.36 145.86 195.51 -
System Red Green Blue C M Y K H S L
Decimal 255 106 192 0 0.58 0.25 0 325.37 1 0.71
Hex FF 6A C0 0 3A 19 0 145 64 47
Octal 377 152 300 0 72 31 0 505 144 107
Binary 11111111 1101010 11000000 0 111010 11001 0 101000101 1100100 1000111

Color Harmonies of #FF6AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6AC0

Black with #FF6AC0

Text Example


Text Example

White with #FF6AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6AC0; }

 p { color: rgb(255,106,192); }

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

background-color css

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

 a { background-color: rgb(255,106,192); }

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

border-color css

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

 span { border-color: rgb(255,106,192); }

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